[pypy-svn] r62726 - pypy/trunk/pypy/module/pypyjit

arigo at codespeak.net arigo at codespeak.net
Sat Mar 7 19:23:12 CET 2009


Author: arigo
Date: Sat Mar  7 19:23:12 2009
New Revision: 62726

Modified:
   pypy/trunk/pypy/module/pypyjit/portal.py
Log:
Kill old code.


Modified: pypy/trunk/pypy/module/pypyjit/portal.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/portal.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/portal.py	Sat Mar  7 19:23:12 2009
@@ -131,10 +131,3 @@
                      'pypy.interpreter.function': True,
                      'pypy.interpreter.pytraceback': True,
                      }
-
-
-def get_portal(drv):
-    t = drv.translator
-    policy = PyPyHintAnnotatorPolicy()
-    policy.seetranslator(t)
-    return None, policy



More information about the Pypy-commit mailing list