mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
server: Deadcode removal. (#1517)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
bf563afb80
commit
937d68202d
@@ -62,9 +62,3 @@ func getObjectResources(values url.Values) (uploadID string, partNumberMarker, m
|
||||
encodingType = values.Get("encoding-type")
|
||||
return
|
||||
}
|
||||
|
||||
// Get upload id.
|
||||
func getUploadID(values url.Values) (uploadID string) {
|
||||
uploadID, _, _, _ = getObjectResources(values)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user