clean up unused compatibility code

--HG--
branch : trunk
This commit is contained in:
Benjamin Peterson 2009-09-26 14:20:36 -05:00
parent 4d598370b4
commit 0f96be372d
1 changed files with 0 additions and 6 deletions

View File

@ -30,14 +30,8 @@ class Corruption(UnserializationError):
if _INPY3:
def b(s):
return s.encode("ascii")
_b = b
class _unicode(str):
pass
bytes = bytes
else:
b = str
_b = bytes
_unicode = unicode
FOUR_BYTE_INT_MAX = 2147483647