[pypy-svn] r54277 - pypy/branch/oo-jit/pypy/jit/timeshifter

antocuni at codespeak.net antocuni at codespeak.net
Wed Apr 30 16:04:49 CEST 2008


Author: antocuni
Date: Wed Apr 30 16:04:49 2008
New Revision: 54277

Modified:
   pypy/branch/oo-jit/pypy/jit/timeshifter/rcontainer.py
Log:
remove unused imports



Modified: pypy/branch/oo-jit/pypy/jit/timeshifter/rcontainer.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/timeshifter/rcontainer.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/timeshifter/rcontainer.py	Wed Apr 30 16:04:49 2008
@@ -1,8 +1,8 @@
 import operator
 from pypy.rpython.lltypesystem import lltype, llmemory
 from pypy.rpython.ootypesystem import ootype
-from pypy.rpython.annlowlevel import cachedtype, cast_base_ptr_to_instance
-from pypy.rpython.annlowlevel import base_ptr_lltype, cast_instance_to_base_ptr
+from pypy.rpython.annlowlevel import cachedtype
+from pypy.rpython.annlowlevel import cast_instance_to_base_ptr
 from pypy.rpython.annlowlevel import llhelper
 from pypy.jit.timeshifter import rvalue, rvirtualizable
 from pypy.jit.rainbow.typesystem import deref, fieldType


More information about the pypy-svn mailing list