[pypy-svn] r65003 - pypy/branch/pyjitpl5/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Sun May 3 17:31:12 CEST 2009


Author: arigo
Date: Sun May  3 17:31:12 2009
New Revision: 65003

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/executor.py
Log:
Remove dead import.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/executor.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/executor.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/executor.py	Sun May  3 17:31:12 2009
@@ -2,7 +2,6 @@
 """
 
 import py
-from pypy.rpython.ootypesystem import ootype
 from pypy.rpython.lltypesystem import lltype
 from pypy.rpython.lltypesystem.lloperation import llop
 from pypy.rlib.rarithmetic import ovfcheck, r_uint, intmask



More information about the Pypy-commit mailing list