[pypy-commit] pypy quad-color-gc: Remove superfluous(?) code

ntruessel pypy.commits at gmail.com
Tue Aug 30 09:33:30 EDT 2016


Author: Nicolas Truessel <ntruessel at njsm.de>
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. *****
 


More information about the pypy-commit mailing list