[pypy-svn] r37671 - pypy/dist/pypy/jit/codegen/ppc

mwh at codespeak.net mwh at codespeak.net
Wed Jan 31 15:17:39 CET 2007


Author: mwh
Date: Wed Jan 31 15:17:32 2007
New Revision: 37671

Modified:
   pypy/dist/pypy/jit/codegen/ppc/regalloc.py
Log:
remove duplicated line


Modified: pypy/dist/pypy/jit/codegen/ppc/regalloc.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/ppc/regalloc.py	(original)
+++ pypy/dist/pypy/jit/codegen/ppc/regalloc.py	Wed Jan 31 15:17:32 2007
@@ -7,7 +7,6 @@
 from pypy.jit.codegen.ppc.conftest import option
 
 DEBUG_PRINT = option.debug_print
-DEBUG_PRINT = option.debug_print
 
 class RegisterAllocation:
     def __init__(self, freeregs, initial_mapping, initial_spill_offset):



More information about the Pypy-commit mailing list