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

Reply via email to