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
-3
View File
@@ -24,7 +24,4 @@ var (
// Project ID not found
errGCSProjectIDNotFound = errors.New("unknown project id")
// Multipart identifier is not in the correct form.
errGCSNotValidMultipartIdentifier = errors.New("Not a valid multipart identifier")
)