[pypy-svn] r28543 - pypy/dist/pypy/rpython

mwh at codespeak.net mwh at codespeak.net
Thu Jun 8 17:39:34 CEST 2006


Author: mwh
Date: Thu Jun  8 17:39:34 2006
New Revision: 28543

Modified:
   pypy/dist/pypy/rpython/raddress.py
Log:
remove commented out dead code


Modified: pypy/dist/pypy/rpython/raddress.py
==============================================================================
--- pypy/dist/pypy/rpython/raddress.py	(original)
+++ pypy/dist/pypy/rpython/raddress.py	Thu Jun  8 17:39:34 2006
@@ -155,5 +155,4 @@
         repr = self.rtyper.bindingrepr(Constant(ob))
         newob = repr.convert_const(ob)
         return cast_object_to_weakgcaddress(newob)
-    
-#weakgcaddress_repr = WeakGcAddressRepr()
+



More information about the Pypy-commit mailing list