Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r45256:feda7cdc88e3
Date: 2011-07-01 20:54 -0700
http://bitbucket.org/pypy/pypy/changeset/feda7cdc88e3/

Log:    Remove some dead code.

diff --git a/pypy/objspace/std/dictmultiobject.py 
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.py
+++ b/pypy/objspace/std/dictmultiobject.py
@@ -153,9 +153,6 @@
     erase = staticmethod(erase)
     unerase = staticmethod(unerase)
 
-    def __init__(self, space):
-        self.space = space
-
     def get_empty_storage(self):
        return self.erase(None)
 
@@ -410,9 +407,6 @@
     erase = staticmethod(erase)
     unerase = staticmethod(unerase)
 
-    def __init__(self, space):
-        self.space = space
-
     def wrap(self, unwrapped):
         return self.space.wrap(unwrapped)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to