From 4fbd33e52e8ac6b4210b5006d05dbb1e9608ddb1 Mon Sep 17 00:00:00 2001
From: Simon Marlow <simonmarhaskell@gmail.com>
Date: Wed, 16 Apr 2008 22:23:19 +0000
Subject: 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 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 {
-- 
cgit v1.2.1