From 4fbd33e52e8ac6b4210b5006d05dbb1e9608ddb1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 16 Apr 2008 22:23:19 +0000 Subject: [PATCH] remove outdated comment --- rts/sm/Scav.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index 1295a1d..f92ef49 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -1455,10 +1455,6 @@ loop: } if ((bd = grab_todo_block(ws)) != NULL) { - // no need to assign this to ws->scan_bd, we're going - // to scavenge the whole thing and then push it on - // our scavd list. This saves pushing out the - // scan_bd block, which might be partial. if (n_gc_threads == 1) { scavenge_block1(bd); } else { -- 1.7.10.4