Skip to content

Commit

Permalink
Kill some dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
g2p committed Apr 8, 2012
1 parent 39e73e8 commit 2ab6dcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rfc6266.py
Expand Up @@ -235,10 +235,6 @@ def parse_ext_value(val):
return LangTagged(decoded, langtag)


def parse_iso(val):
return ''.join(val).decode('iso-8859-1')


# Currently LEPL doesn't handle case-insensivitity:
# https://groups.google.com/group/lepl/browse_thread/thread/68e7b136038772ca
def CaseInsensitiveLiteral(lit):
Expand Down

0 comments on commit 2ab6dcb

Please sign in to comment.