Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r70857:3a9f87134e64
Date: 2014-04-22 10:45 -0700
http://bitbucket.org/pypy/pypy/changeset/3a9f87134e64/
Log: Remove class which is unused
diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython/rlib/objectmodel.py
+++ b/rpython/rlib/objectmodel.py
@@ -739,11 +739,6 @@
def __repr__(self):
return repr(self.key)
-class _r_dictkey_with_hash(_r_dictkey):
- def __init__(self, dic, key, hash):
- self.dic = dic
- self.key = key
- self.hash = hash
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit