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

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


Author: arigo
Date: Wed Feb 25 17:33:30 2009
New Revision: 62160

Modified:
   pypy/branch/pyjitpl5/pypy/module/pypyjit/interp_jit.py
Log:
...and while we're at it, neither is that.


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:30 2009
@@ -18,7 +18,6 @@
 
 
 #Frame._virtualizable2_ = True
-super_dispatch = PyFrame.dispatch
 
 class PyPyJitDriver(JitDriver):
     reds = ['frame', 'ec']



More information about the Pypy-commit mailing list