[pypy-svn] r64954 - pypy/branch/pyjitpl5/pypy/annotation
antocuni at codespeak.net
antocuni at codespeak.net
Fri May 1 19:38:41 CEST 2009
Author: antocuni
Date: Fri May 1 19:38:40 2009
New Revision: 64954
Modified:
pypy/branch/pyjitpl5/pypy/annotation/unaryop.py
Log:
(arigo) kill one more unused line
Modified: pypy/branch/pyjitpl5/pypy/annotation/unaryop.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/annotation/unaryop.py (original)
+++ pypy/branch/pyjitpl5/pypy/annotation/unaryop.py Fri May 1 19:38:40 2009
@@ -771,7 +771,6 @@
class __extend__(SomeOOBoundMeth):
def simple_call(m, *args_s):
- inst = m.ootype._example()
_, meth = m.ootype._lookup(m.name)
if isinstance(meth, ootype._overloaded_meth):
return meth._resolver.annotate(args_s)
More information about the Pypy-commit
mailing list