Author: David Schneider <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit