[pypy-svn] r53990 - pypy/branch/io-improvements/pypy/rpython/memory/gctransform

arigo at codespeak.net arigo at codespeak.net
Tue Apr 22 10:54:39 CEST 2008


Author: arigo
Date: Tue Apr 22 10:54:38 2008
New Revision: 53990

Modified:
   pypy/branch/io-improvements/pypy/rpython/memory/gctransform/boehm.py
Log:
Revert no-op changes.


Modified: pypy/branch/io-improvements/pypy/rpython/memory/gctransform/boehm.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/memory/gctransform/boehm.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/memory/gctransform/boehm.py	Tue Apr 22 10:54:38 2008
@@ -4,7 +4,6 @@
 from pypy.rpython.lltypesystem import lltype, llmemory
 from pypy.objspace.flow.model import Constant
 from pypy.rpython.lltypesystem.lloperation import llop
-from pypy.rpython import rmodel
 
 class BoehmGCTransformer(GCTransformer):
     malloc_zero_filled = True
@@ -141,6 +140,7 @@
                           resulttype = lltype.Signed)
         hop.genop('int_invert', [v_int], resultvar=hop.spaceop.result)
 
+
 ########## weakrefs ##########
 # Boehm: weakref objects are small structures containing only a Boehm
 # disappearing link.  We don't have to hide the link's value with



More information about the Pypy-commit mailing list