server: Deadcode removal. (#1517)

This commit is contained in:
Harshavardhana
2016-05-07 21:47:33 -07:00
committed by Anand Babu (AB) Periasamy
parent bf563afb80
commit 937d68202d
7 changed files with 0 additions and 52 deletions
-6
View File
@@ -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
}