Skip to content

Commit 20fd452

Browse files
committed
chore: remove useless code
1 parent a795067 commit 20fd452

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dth/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,3 @@ func (c *S3Client) AbortMultipartUpload(ctx context.Context, key, uploadID *stri
608608

609609
return nil
610610
}
611-
612-
func urlEncodePath(path string) string {
613-
return (&url.URL{Path: path}).EscapedPath()
614-
}

0 commit comments

Comments
 (0)