[pypy-svn] r28114 - pypy/dist/pypy/annotation

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 2 17:08:07 CEST 2006


Author: antocuni
Date: Fri Jun  2 17:08:06 2006
New Revision: 28114

Modified:
   pypy/dist/pypy/annotation/unaryop.py
Log:
(antocuni, nikh)

Remove a dead line that caused some tests failing.



Modified: pypy/dist/pypy/annotation/unaryop.py
==============================================================================
--- pypy/dist/pypy/annotation/unaryop.py	(original)
+++ pypy/dist/pypy/annotation/unaryop.py	Fri Jun  2 17:08:06 2006
@@ -642,7 +642,6 @@
 
 class __extend__(SomeOOBoundMeth):
     def simple_call(m, *args_s):
-        llargs = [annotation_to_lltype(arg_s)._example() for arg_s in args_s]
         inst = m.ootype._example()
         RESULT = ootype.typeOf(m.ootype._lookup(m.name)[1]).RESULT
         return lltype_to_annotation(RESULT)



More information about the Pypy-commit mailing list