Remove more dead code.
This commit is contained in:
parent
bff93ff00a
commit
b6f3b1951e
@ -40,7 +40,6 @@ class UniqueNamespace(peg.Namespace):
|
|||||||
|
|
||||||
|
|
||||||
# RFC 2616
|
# RFC 2616
|
||||||
separator_chars = "()<>@,;:\\\"/[]?={} \t"
|
|
||||||
ctl_chars = ''.join(chr(i) for i in range(32)) + chr(127)
|
ctl_chars = ''.join(chr(i) for i in range(32)) + chr(127)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user