mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Remove unusued params and functions (#8399)
This commit is contained in:
@@ -362,7 +362,6 @@ func (n *hdfsObjects) listDirFactory() minio.ListDirFunc {
|
||||
entries = append(entries, fi.Name())
|
||||
}
|
||||
}
|
||||
fis = nil
|
||||
return minio.FilterMatchingPrefix(entries, prefixEntry)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user