mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Remove unusued params and functions (#8399)
This commit is contained in:
@@ -331,7 +331,7 @@ func initTestXLObjLayer() (ObjectLayer, []string, error) {
|
||||
return nil, nil, err
|
||||
}
|
||||
endpoints := mustGetNewEndpointList(xlDirs...)
|
||||
format, err := waitForFormatXL(context.Background(), true, endpoints, 1, 16)
|
||||
format, err := waitForFormatXL(true, endpoints, 1, 16)
|
||||
if err != nil {
|
||||
removeRoots(xlDirs)
|
||||
return nil, nil, err
|
||||
|
||||
Reference in New Issue
Block a user