[pypy-svn] r52614 - pypy/branch/jit-hotpath/pypy/jit/rainbow

arigo at codespeak.net arigo at codespeak.net
Sun Mar 16 17:30:05 CET 2008


Author: arigo
Date: Sun Mar 16 17:30:05 2008
New Revision: 52614

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py
Log:
Import no longer used.


Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py	Sun Mar 16 17:30:05 2008
@@ -4,7 +4,6 @@
 
 from pypy.jit.codegen.i386.rgenop import cast_whatever_to_int
 from pypy.jit.timeshifter import rtimeshift, rvalue
-from pypy.jit.timeshifter.greenkey import KeyDesc, GreenKey, newgreendict
 from pypy.rlib.objectmodel import we_are_translated, specialize
 from pypy.rpython.annlowlevel import cachedtype, base_ptr_lltype
 from pypy.rpython.annlowlevel import llhelper
@@ -89,7 +88,6 @@
 
     def __init__(self, ERASED, RGenOp):
         self.RGenOp = RGenOp
-        self.greenkeydesc = KeyDesc(RGenOp, ERASED)
         pathkind = "%s path" % (ERASED,)
 
         def ll_reach_fallback_point(fallback_point_ptr, value, framebase):



More information about the Pypy-commit mailing list