Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r71842:d2276aba69b8
Date: 2014-05-22 17:12 +0200
http://bitbucket.org/pypy/pypy/changeset/d2276aba69b8/

Log:    remove not used debug_print

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
@@ -1632,8 +1632,6 @@
         #                         ^^^ calculate the size of the last continuous
         #                             arena block.
         #
-        debug_print("last: resetting arena from %s for size: %s" %
-            (prev, self.nursery_real_top - prev))
         self.surviving_pinned_objects.delete()
         self.nursery_barriers = nursery_barriers
         # XXX gc-minimark-pinning does a debug_rotate_nursery() here (groggi)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to