[pypy-svn] r40667 - pypy/branch/jit-virtual-world/pypy/interpreter

arigo at codespeak.net arigo at codespeak.net
Sun Mar 18 13:46:31 CET 2007


Author: arigo
Date: Sun Mar 18 13:46:27 2007
New Revision: 40667

Modified:
   pypy/branch/jit-virtual-world/pypy/interpreter/pyopcode.py
Log:
Remove unused constant.


Modified: pypy/branch/jit-virtual-world/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/branch/jit-virtual-world/pypy/interpreter/pyopcode.py	(original)
+++ pypy/branch/jit-virtual-world/pypy/interpreter/pyopcode.py	Sun Mar 18 13:46:27 2007
@@ -41,9 +41,6 @@
     return func_with_new_name(opimpl, "opcode_impl_for_%s" % operationname)
 
 
-JITTING = False   # see also pypy.module.pypyjit
-
-
 class __extend__(pyframe.PyFrame):
     """A PyFrame that knows about interpretation of standard Python opcodes
     minus the ones related to nested scopes."""



More information about the Pypy-commit mailing list