Author: Armin Rigo <[email protected]>
Branch: arm-backend-2
Changeset: r50596:c8a475c4557b
Date: 2011-12-16 05:55 +0100
http://bitbucket.org/pypy/pypy/changeset/c8a475c4557b/
Log: Kill duplicate function
diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py
--- a/pypy/jit/backend/arm/runner.py
+++ b/pypy/jit/backend/arm/runner.py
@@ -66,9 +66,6 @@
def get_latest_value_count(self):
return self.assembler.fail_boxes_count
- def get_latest_value_count(self):
- return self.assembler.fail_boxes_count
-
def get_latest_force_token(self):
return self.assembler.fail_force_index
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit