mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Remove stale code from minio server (#5479)
This commit is contained in:
committed by
kannappanr
parent
3b2486ebaf
commit
033cfb5cef
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user