[pypy-svn] r76510 - pypy/branch/kill-caninline/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Fri Aug 6 15:36:06 CEST 2010


Author: arigo
Date: Fri Aug  6 15:36:05 2010
New Revision: 76510

Modified:
   pypy/branch/kill-caninline/pypy/jit/metainterp/pyjitpl.py
Log:
Kill unnecessary assert.


Modified: pypy/branch/kill-caninline/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/kill-caninline/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/kill-caninline/pypy/jit/metainterp/pyjitpl.py	Fri Aug  6 15:36:05 2010
@@ -151,7 +151,6 @@
     def make_result_of_lastop(self, resultbox):
         got_type = resultbox.type
         if not we_are_translated():
-            assert resultbox is not None
             typeof = {'i': history.INT,
                       'r': history.REF,
                       'f': history.FLOAT}



More information about the Pypy-commit mailing list