From 02fb454f3ff5c9e1e95d75748f0e52239943533f Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 8 Mar 2010 09:18:08 +0000 Subject: [PATCH] DelayTop goes away --- C/agc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C/agc.c b/C/agc.c index fe53c4342..26603d0b4 100755 --- a/C/agc.c +++ b/C/agc.c @@ -322,11 +322,7 @@ mark_global(void) * to clean the global now that functors are just variables pointing to * the code */ -#if COROUTINING - pt = (CELL *)DelayTop(); -#else pt = H0; -#endif while (pt < H) { pt = mark_global_cell(pt); }