[pypy-svn] r32856 - pypy/dist/pypy/rpython/memory

mwh at codespeak.net mwh at codespeak.net
Tue Oct 3 19:43:38 CEST 2006


Author: mwh
Date: Tue Oct  3 19:43:37 2006
New Revision: 32856

Modified:
   pypy/dist/pypy/rpython/memory/gctransform.py
Log:
remove a dead line


Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py	Tue Oct  3 19:43:37 2006
@@ -154,7 +154,6 @@
         # seem to run into all the same problems as the ones we already
         # had to solve there.
         for i, op in enumerate(block.operations):
-            num_ops_after_exc_raising = 0
             ops, index = self.replacement_operations(op, livevars, block)
             if not ops:
                 continue # may happen when we eat gc_protect/gc_unprotect.



More information about the Pypy-commit mailing list