[pypy-svn] r52061 - pypy/branch/jit-refactoring/pypy/jit/rainbow

arigo at codespeak.net arigo at codespeak.net
Sun Mar 2 18:46:34 CET 2008


Author: arigo
Date: Sun Mar  2 18:46:33 2008
New Revision: 52061

Modified:
   pypy/branch/jit-refactoring/pypy/jit/rainbow/portal.py
Log:
Duh


Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/portal.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/portal.py	(original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/portal.py	Sun Mar  2 18:46:33 2008
@@ -43,7 +43,6 @@
             binding = self.hintannotator.binding(v)
             concretetype = originalconcretetype(binding)
             if binding.is_green():
-                ORIGARGS.append(concretetype)
                 arg_spec = "green", None, None, concretetype
             else:
                 argdesc = self.getportalargdesc(concretetype)



More information about the Pypy-commit mailing list