aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2017-08-31 11:29:30 -0700
committerJoe Richey <joerichey@google.com>2017-08-31 11:29:30 -0700
commit5586bc35fbb33f20c38f52285c19c015b804ea94 (patch)
tree57201e6533ea278af9903f197146743955d9903f /cmd
parent11b31826334bc3faa4d4c7ee05a3b2996a88c969 (diff)
Fixed linter issues
Diffstat (limited to 'cmd')
-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 88525d1..9731efc 100644
--- a/cmd/fscrypt/errors.go
+++ b/cmd/fscrypt/errors.go
@@ -61,7 +61,6 @@ var (
ErrUnknownUser = errors.New("unknown user")
ErrDropCachesPerm = errors.New("inode cache can only be dropped as root")
ErrSpecifyUser = errors.New("user must be specified when run as root")
- ErrSpecifyNonRootUser = errors.New("non-root user must be specified")
)
var loadHelpText = fmt.Sprintf("You may need to mount a linked filesystem. Run with %s for more information.", shortDisplay(verboseFlag))