[pypy-commit] pypy arm-backend-2: (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:20 CEST 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r45366:18b7a3b0b7df
Date: 2011-07-06 19:04 +0200
http://bitbucket.org/pypy/pypy/changeset/18b7a3b0b7df/

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
@@ -275,9 +275,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