aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/errors.go
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 23:18:49 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 23:20:51 -0700
commite4cb9c6cef2d75cdc5ca62777d2fa0e44f813fd4 (patch)
tree76274a37a1c3141d4fa9f35ffb943c1fd5f28871 /cmd/fscrypt/errors.go
parent744dbff34969ef612b219cde5b8f116f3ae3d26f (diff)
cmd/fscrypt: more nits to fix "make lint"
Diffstat (limited to 'cmd/fscrypt/errors.go')
-rw-r--r--cmd/fscrypt/errors.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/fscrypt/errors.go b/cmd/fscrypt/errors.go
index f11ff12..e0875e9 100644
--- a/cmd/fscrypt/errors.go
+++ b/cmd/fscrypt/errors.go
@@ -42,7 +42,6 @@ const failureExitCode = 1
// Various errors used for the top level user interface
var (
- ErrReadingStdin = util.SystemError("read from standard input failed")
ErrCanceled = errors.New("operation canceled")
ErrNoDesctructiveOps = errors.New("operation would be destructive")
ErrMaxPassphrase = util.SystemError("max passphrase length exceeded")