[pypy-svn] r48866 - pypy/branch/new-genc-tests-wrapper/pypy/translator/llsupport

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Nov 20 19:38:42 CET 2007


Author: cfbolz
Date: Tue Nov 20 19:38:40 2007
New Revision: 48866

Modified:
   pypy/branch/new-genc-tests-wrapper/pypy/translator/llsupport/modwrapper.py
Log:
remove this, it's not needed any more


Modified: pypy/branch/new-genc-tests-wrapper/pypy/translator/llsupport/modwrapper.py
==============================================================================
--- pypy/branch/new-genc-tests-wrapper/pypy/translator/llsupport/modwrapper.py	(original)
+++ pypy/branch/new-genc-tests-wrapper/pypy/translator/llsupport/modwrapper.py	Tue Nov 20 19:38:40 2007
@@ -30,8 +30,6 @@
 except AttributeError:
     pass # only if there is Boehm
 
-GC_OFFSET = getattr(_c, "pypy_g__size_of_gc_header", 0)
-
 startup_code = _c.ctypes_RPython_StartupCode
 startup_code.argtypes = []
 startup_code.restype = ctypes.c_int



More information about the Pypy-commit mailing list