Removed test code

This commit is contained in:
Justin Ethier 2015-03-09 18:05:57 -04:00
parent 8063fc61c0
commit d73f20ea4c

View file

@ -1727,9 +1727,9 @@ static void GC_loop(int major, closure cont, object *ans, int num_ans)
dhalloc_end = dhallocp + global_heap_size - 8; dhalloc_end = dhallocp + global_heap_size - 8;
} }
// #if DEBUG_GC #if DEBUG_GC
printf("\n=== started GC type = %d === \n", major); printf("\n=== started GC type = %d === \n", major);
// #endif #endif
/* Transport GC's continuation and its argument. */ /* Transport GC's continuation and its argument. */
transp(cont); transp(cont);
gc_cont = cont; gc_cont = cont;