get rid of pesky debugging message
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@76 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
55aa368d05
commit
a0debea045
@ -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,
|
||||
|
Reference in New Issue
Block a user