From 6e94d6b37e45575891d730107316a65c9f9c7b7d Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sat, 15 Dec 2012 00:16:59 +0000 Subject: [PATCH] remove debugging support --- C/heapgc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C/heapgc.c b/C/heapgc.c index 8e88246f6..2f4617664 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -3374,16 +3374,12 @@ compact_heap( USES_REGS1 ) ptr[0] = EndSpecials; dest -= nofcells; current = ptr; - fprintf(stderr,"%p B\n",current); - int i; for (i=0; i < nofcells;i++) - fprintf(stderr,"%p U\n",current+i); /* process the functor on a separate cycle */ DEBUG_printf21("%p %ld\n", current-1, (long int)(nofcells+1)); continue; } else { DEBUG_printf20("%p 1\n", current); } - fprintf(stderr,"%p U\n",current); #ifdef DEBUG found_marked++; #endif /* DEBUG */ @@ -3407,7 +3403,6 @@ compact_heap( USES_REGS1 ) if (in_garbage) start_from[0] = in_garbage; - fprintf(stderr,"done\n"); #ifdef DEBUG if (dest != start_from-1) fprintf(GLOBAL_stderr,"%% Bad Dest (%lu): %p should be %p\n",