Remove stale code from minio server (#5479)

This commit is contained in:
Harshavardhana
2018-01-31 18:28:28 -08:00
committed by kannappanr
parent 3b2486ebaf
commit 033cfb5cef
4 changed files with 0 additions and 50 deletions

View File

@@ -799,12 +799,6 @@ func (fs *fsObjects) DeleteObject(bucket, object string) error {
return nil
}
// list of all errors that can be ignored in tree walk operation in FS
var fsTreeWalkIgnoredErrs = append(baseIgnoredErrs, []error{
errFileNotFound,
errVolumeNotFound,
}...)
// Returns function "listDir" of the type listDirFunc.
// isLeaf - is used by listDir function to check if an entry
// is a leaf or non-leaf entry.