Author: Nicolas Truessel <[email protected]>
Branch: quad-color-gc
Changeset: r86737:c3c59faf9e4a
Date: 2016-08-19 22:09 +0200
http://bitbucket.org/pypy/pypy/changeset/c3c59faf9e4a/

Log:    Remove superfluous(?) code

diff --git a/rpython/rtyper/lltypesystem/lloperation.py 
b/rpython/rtyper/lltypesystem/lloperation.py
--- a/rpython/rtyper/lltypesystem/lloperation.py
+++ b/rpython/rtyper/lltypesystem/lloperation.py
@@ -564,9 +564,6 @@
 
     # __________ instrumentation _________
     'instrument_count':     LLOp(),
-
-    # __________ QCGC operations _________
-    'qcgc_allocate':   LLOp(canmallocgc=True),
 }
 # ***** Run test_lloperation after changes. *****
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to