remove debugging info.

This commit is contained in:
Vitor Santos Costa 2010-05-10 03:10:18 +01:00
parent 86333a9c6e
commit f83ac17ca3
1 changed files with 0 additions and 1 deletions

View File

@ -857,7 +857,6 @@ static_growglobal(long request, CELL **ptr, CELL *hsplit)
do_grow is whether we expand stacks
*/
if (delay_overflows==833) jmp_deb(1);
if (hsplit) {
/* just a little bit of sanity checking */
if (hsplit < H0 && hsplit > (CELL *)Yap_GlobalBase) {