[pypy-svn] r62159 - pypy/branch/pyjitpl5/pypy/module/pypyjit

arigo at codespeak.net arigo at codespeak.net
Wed Feb 25 17:33:05 CET 2009


Author: arigo
Date: Wed Feb 25 17:33:04 2009
New Revision: 62159

Modified:
   pypy/branch/pyjitpl5/pypy/module/pypyjit/interp_jit.py
Log:
This attribute is no longer used.


Modified: pypy/branch/pyjitpl5/pypy/module/pypyjit/interp_jit.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/module/pypyjit/interp_jit.py	(original)
+++ pypy/branch/pyjitpl5/pypy/module/pypyjit/interp_jit.py	Wed Feb 25 17:33:04 2009
@@ -18,7 +18,6 @@
 
 
 #Frame._virtualizable2_ = True
-PyCode.jit_enable = False     # new default attribute
 super_dispatch = PyFrame.dispatch
 
 class PyPyJitDriver(JitDriver):



More information about the Pypy-commit mailing list