[pypy-commit] pypy stmgc-c7: Remove this

arigo noreply at buildbot.pypy.org
Thu Mar 20 20:24:01 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r70129:d272e010c27b
Date: 2014-03-20 20:13 +0100
http://bitbucket.org/pypy/pypy/changeset/d272e010c27b/

Log:	Remove this

diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/jit/backend/llgraph/runner.py
+++ b/rpython/jit/backend/llgraph/runner.py
@@ -1032,9 +1032,6 @@
     def execute_stm_transaction_break(self, _, really_wanted):
         pass
 
-    def execute_increment_debug_counter(self, descr, a):
-        pass
-
     def execute_keepalive(self, descr, x):
         pass
 


More information about the pypy-commit mailing list