Author: David Schneider <[email protected]>
Branch: 
Changeset: r45367:bf5d4d62459c
Date: 2011-07-06 19:04 +0200
http://bitbucket.org/pypy/pypy/changeset/bf5d4d62459c/

Log:    (cfbolz, bivab) remove redundant and probably wrong method that is
        already overwritten a few lines below

diff --git a/pypy/jit/metainterp/resoperation.py 
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/metainterp/resoperation.py
+++ b/pypy/jit/metainterp/resoperation.py
@@ -281,9 +281,6 @@
         assert len(args) == 2
         self._arg0, self._arg1 = args
 
-    def getarglist(self):
-        return [self._arg0, self._arg1, self._arg2]
-
     def numargs(self):
         return 2
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to