[pypy-commit] pypy gc-incminimark-pinning: remove unnecessary debug_start/debug_stop

groggi noreply at buildbot.pypy.org
Mon Jun 2 17:24:24 CEST 2014


Author: Gregor Wegberg <code at gregorwegberg.com>
Branch: gc-incminimark-pinning
Changeset: r71839:bbbfcfe326e7
Date: 2014-05-20 21:24 +0200
http://bitbucket.org/pypy/pypy/changeset/bbbfcfe326e7/

Log:	remove unnecessary debug_start/debug_stop

diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -8,9 +8,6 @@
 from rpython.rtyper.extregistry import ExtRegistryEntry
 from rpython.rtyper.lltypesystem import lltype, llmemory
 
-# XXX remove (groggi)
-from rpython.rlib.debug import debug_print, debug_start, debug_stop
-
 # ____________________________________________________________
 # General GC features
 
@@ -39,8 +36,6 @@
     # XXX doc string based on gc-minimark-pinning branch
     # XXX use doc string a basis for implementation behavior
     # XXX update doc string to match actual behavior
-    debug_start("groggi-rgc-pin")
-    debug_stop("groggi-rgc-pin")
     return False
 
 def unpin(obj):


More information about the pypy-commit mailing list