Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r71818:08b887c048f8
Date: 2014-05-14 14:15 +0200
http://bitbucket.org/pypy/pypy/changeset/08b887c048f8/

Log:    remove comment left from debugging

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -1975,7 +1975,7 @@
         # Debugging checks
         ll_assert(self.nursery_free == self.nursery,
                   "nursery not empty in major_collection_step()")
-        self.debug_check_consistency() # YYY
+        self.debug_check_consistency()
 
 
         # XXX currently very course increments, get this working then split
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to