1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

Removing more dead code

This commit is contained in:
Frederick F. Kautz IV
2015-04-09 20:35:33 -07:00
parent 8e5c524a9d
commit 31e9f50333
4 changed files with 7 additions and 24 deletions

View File

@@ -19,8 +19,9 @@ package main
import "errors"
var (
// TODO remove, unused
// fs
errFskey = errors.New("Key is needed to get the file")
// errFskey = errors.New("Key is needed to get the file")
// url
errEmptyURL = errors.New("URL is empty")
@@ -31,8 +32,9 @@ var (
// url
errInvalidURL = errors.New("Invalid URL")
// TODO remove, unused
// host
errHostname = errors.New("No hostname specified")
// errHostname = errors.New("No hostname specified")
// common
errInvalidbucket = errors.New("Invalid bucket name")