From a0debea0451d0091b03c9a06fae0fa3c7a54cf79 Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 11 Jun 2001 15:15:17 +0000 Subject: [PATCH] get rid of pesky debugging message git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@76 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/heapgc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C/heapgc.c b/C/heapgc.c index 4cdf2545a..59b7baf47 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -1200,10 +1200,6 @@ mark_trail(tr_fr_ptr trail_ptr, tr_fr_ptr trail_base, CELL *gc_H, choiceptr gc_B trail_cell = TrailTerm(trail_ptr); - if (trail_cell == 0xa0000006) { - printf("Oops at %p->%x\n", trail_ptr, trail_cell); - } - if (IsVarTerm(trail_cell)) { CELL *hp = (CELL *)trail_cell; /* if a variable older than the current CP has not been marked yet,