remove unused const

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
development
kim (grufwub) 3 years ago
parent 627b83c395
commit fd3bf21758

@ -210,7 +210,6 @@ func unescapePath(raw string) (string, errors.Error) {
// EscapePath escapes a URL path
func EscapePath(path string) string {
const defaultBufSize = 64
const upperhex = "0123456789ABCDEF"
count := 0

Loading…
Cancel
Save