[pypy-commit] pypy default: Remove class which is unused

alex_gaynor noreply at buildbot.pypy.org
Tue Apr 22 19:46:08 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
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
 
 # ____________________________________________________________
 


More information about the pypy-commit mailing list