[pypy-svn] r32942 - pypy/dist/pypy/rpython/memory/gctransform2

mwh at codespeak.net mwh at codespeak.net
Fri Oct 6 11:20:05 CEST 2006


Author: mwh
Date: Fri Oct  6 11:20:03 2006
New Revision: 32942

Modified:
   pypy/dist/pypy/rpython/memory/gctransform2/framework.py
Log:
removed leftover line


Modified: pypy/dist/pypy/rpython/memory/gctransform2/framework.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform2/framework.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform2/framework.py	Fri Oct  6 11:20:03 2006
@@ -509,7 +509,6 @@
         hop.genop("direct_call", [self.collect_ptr, self.c_const_gc],
                   resultvar=op.result)
         self.pop_roots(hop)
-        return ops
 
     def gct_gc_x_swap_pool(self, hop):
         op = hop.spaceop



More information about the Pypy-commit mailing list