DelayTop goes away

This commit is contained in:
Vitor Santos Costa 2010-03-08 09:18:08 +00:00
parent 81635b48fb
commit 02fb454f3f

View File

@ -322,11 +322,7 @@ mark_global(void)
* to clean the global now that functors are just variables pointing to * to clean the global now that functors are just variables pointing to
* the code * the code
*/ */
#if COROUTINING
pt = (CELL *)DelayTop();
#else
pt = H0; pt = H0;
#endif
while (pt < H) { while (pt < H) {
pt = mark_global_cell(pt); pt = mark_global_cell(pt);
} }