[pypy-commit] pypy stmgc-c7: Kill outdated ops

arigo noreply at buildbot.pypy.org
Wed Mar 18 10:14:42 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r76449:a7e972cd321e
Date: 2015-03-18 09:56 +0100
http://bitbucket.org/pypy/pypy/changeset/a7e972cd321e/

Log:	Kill outdated ops

diff --git a/rpython/rtyper/lltypesystem/opimpl.py b/rpython/rtyper/lltypesystem/opimpl.py
--- a/rpython/rtyper/lltypesystem/opimpl.py
+++ b/rpython/rtyper/lltypesystem/opimpl.py
@@ -678,12 +678,6 @@
     from rpython.rlib.rtimer import read_timestamp
     return read_timestamp()
 
-def op_stm_start_transaction():
-    pass
-
-def op_stm_stop_transaction():
-    pass
-
 def op_debug_fatalerror(ll_msg):
     from rpython.rtyper.lltypesystem import lltype, rstr
     from rpython.rtyper.llinterp import LLFatalError


More information about the pypy-commit mailing list