Commit 3913a565 authored by Tim Graham's avatar Tim Graham
Browse files

Removed unused django.utils.http.PROTOCOL_TO_PORT.

Unused since b0c56b89.
parent 8dcd0104
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,11 +34,6 @@ ASCTIME_DATE = re.compile(r'^\w{3} %s %s %s %s$' % (__M, __D2, __T, __Y))
RFC3986_GENDELIMS = str(":/?#[]@")
RFC3986_SUBDELIMS = str("!$&'()*+,;=")

PROTOCOL_TO_PORT = {
    'http': 80,
    'https': 443,
}


@keep_lazy_text
def urlquote(url, safe='/'):