summaryrefslogtreecommitdiff
path: root/rts/sm/Scav.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 22:23:19 +0000
committerSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 22:23:19 +0000
commit4fbd33e52e8ac6b4210b5006d05dbb1e9608ddb1 (patch)
tree550bf564269df14999f041566ba0e5f273245612 /rts/sm/Scav.c
parent1663532f26ae2e68f04d067b11bd177d307637b1 (diff)
downloadhaskell-4fbd33e52e8ac6b4210b5006d05dbb1e9608ddb1.tar.gz
remove outdated comment
Diffstat (limited to 'rts/sm/Scav.c')
-rw-r--r--rts/sm/Scav.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c
index 1295a1d09f..f92ef494a5 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 {