aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index d74c055..48942bd 100644
--- a/main.go
+++ b/main.go
@@ -8,8 +8,6 @@ import (
var ErrEZ = errors.New("can't combine -e and -z options")
-const safePath = "/etc/signify"
-
func usage() {
fmt.Print("Usage:")
fmt.Println("\tsignify -C [-q] -p pubkey -x sigfile [file ...]")