[pypy-svn] r64048 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Tue Apr 14 05:03:01 CEST 2009


Author: fijal
Date: Tue Apr 14 05:03:01 2009
New Revision: 64048

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py
Log:
remove dead code


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py	Tue Apr 14 05:03:01 2009
@@ -1048,8 +1048,6 @@
                 # Found!  Compile it as a loop.
                 if j > 0:
                     pass
-                    #assert start >= 0
-                    #del self.history.operations[:start]
                 elif self.extra_rebuild_operations >= 0:
                     # The history only starts at a bridge, not at the
                     # full loop header.  Complete it as a full loop by



More information about the Pypy-commit mailing list