[pypy-svn] r48988 - pypy/branch/remove-extcompiler-rctypes/pypy/translator/c

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Nov 23 15:48:11 CET 2007


Author: cfbolz
Date: Fri Nov 23 15:48:10 2007
New Revision: 48988

Modified:
   pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/genc.py
Log:
kill this function (again), it's not used


Modified: pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/genc.py
==============================================================================
--- pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/genc.py	(original)
+++ pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/genc.py	Fri Nov 23 15:48:10 2007
@@ -355,13 +355,6 @@
         f.close()
 
 
-def translator2database(translator, entrypoint):
-    pf = lltype.pyobjectptr(entrypoint)
-    db = LowLevelDatabase(translator)
-    db.get(pf)
-    db.complete()
-    return db, pf
-
 # ____________________________________________________________
 
 SPLIT_CRITERIA = 65535 # support VC++ 7.2



More information about the Pypy-commit mailing list