fix: remove all unused code (#12360)
This commit is contained in:
@@ -33,7 +33,7 @@ import (
|
||||
)
|
||||
|
||||
func md5Header(data []byte) map[string]string {
|
||||
return map[string]string{"etag": getMD5Hash([]byte(data))}
|
||||
return map[string]string{"etag": getMD5Hash(data)}
|
||||
}
|
||||
|
||||
// Wrapper for calling PutObject tests for both Erasure multiple disks and single node setup.
|
||||
|
||||
Reference in New Issue
Block a user