[pypy-commit] pypy default: (cfbolz, bivab) remove redundant and probably wrong method that is already overwritten a few lines below

bivab noreply at buildbot.pypy.org
Wed Jul 6 18:57:21 CEST 2011


Author: David Schneider <david.schneider at picle.org>
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
 


More information about the pypy-commit mailing list