Remove dead unused errs and constants. (#4627)

This commit is contained in:
Harshavardhana
2017-07-07 14:31:42 -07:00
committed by Dee Koder
parent c83055500d
commit f5ce685aa1
4 changed files with 3 additions and 19 deletions

View File

@@ -55,9 +55,6 @@ var errFileNotFound = errors.New("file not found")
// errFileNameTooLong - given file name is too long than supported length.
var errFileNameTooLong = errors.New("file name too long")
// errFileComponentInvalid - given file name has invalid components.
var errFileComponentInvalid = errors.New("file name has invalid components")
// errVolumeExists - cannot create same volume again.
var errVolumeExists = errors.New("volume already exists")