diff --git a/C/heapgc.c b/C/heapgc.c index 3696013ce..80673cbda 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -3492,10 +3492,6 @@ compaction_phase(tr_fr_ptr old_TR, CELL *current_env, yamop *curp, CELL *max) total_marked += total_oldies; } } else { - if (GcCalls==355) { - fprintf(stderr,"Start=%p,%pn %ld, %ld\n",H0,HGEN, total_oldies, total_marked); - - } if (HGEN != H0) { CurrentH0 = H0; H0 = HGEN; diff --git a/changes-5.1.html b/changes-5.1.html index 3099fbfc3..fec07757b 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -17,6 +17,7 @@

Yap-5.1.3: