[pypy-svn] r50437 - pypy/branch/astcompilertests/pypy/interpreter/astcompiler

arigo at codespeak.net arigo at codespeak.net
Mon Jan 7 20:17:17 CET 2008


Author: arigo
Date: Mon Jan  7 20:17:17 2008
New Revision: 50437

Modified:
   pypy/branch/astcompilertests/pypy/interpreter/astcompiler/pyassem.py
Log:
Remove unnecessary lines.


Modified: pypy/branch/astcompilertests/pypy/interpreter/astcompiler/pyassem.py
==============================================================================
--- pypy/branch/astcompilertests/pypy/interpreter/astcompiler/pyassem.py	(original)
+++ pypy/branch/astcompilertests/pypy/interpreter/astcompiler/pyassem.py	Mon Jan  7 20:17:17 2008
@@ -529,8 +529,6 @@
         'LOAD_ATTR': 0, # unlike other loads
         'GET_ITER': 0,
         'FOR_ITER': 1,
-        'BREAK_LOOP': 0,
-        'CONTINUE_LOOP': 0,
         'POP_BLOCK': 0,
         'END_FINALLY': -3,
         'WITH_CLEANUP': -1,



More information about the Pypy-commit mailing list