Skip to content

Commit

Permalink
Delete unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 3, 2019
1 parent 1a0197e commit 358ed7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ZPublisher/HTTPResponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@
start_of_header_search = re.compile('(<head[^>]*>)', re.IGNORECASE).search
base_re_search = re.compile('(<base.*?>)', re.I).search
bogus_str_search = re.compile(b" [a-fA-F0-9]+>$").search
latin1_alias_match = re.compile(
r'text/html(\s*;\s*charset=((latin)|(latin[-_]?1)|'
r'(cp1252)|(cp819)|(csISOLatin1)|(IBM819)|(iso-ir-100)|'
r'(iso[-_]8859[-_]1(:1987)?)))?$', re.I).match
charset_re_match = re.compile(
r'(?:application|text)/[-+0-9a-z]+\s*;\s*' +
r'charset=([-_0-9a-z]+' +
Expand Down

0 comments on commit 358ed7f

Please sign in to comment.