From: simonmar@microsoft.com Date: Wed, 12 Dec 2007 16:33:29 +0000 (+0000) Subject: remove old comment X-Git-Tag: Before_cabalised-GHC~275 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2f598b743015541103d175dd5b4fd5f1ba3f4a0d;p=ghc-hetmet.git remove old comment --- diff --git a/rts/sm/GC.c b/rts/sm/GC.c index 8aca959..847f856 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -695,11 +695,6 @@ GarbageCollect ( rtsBool force_major_gc ) ------------------------------------------------------------------------ */ -/* This has to be protected either by the scheduler monitor, or by the - garbage collection monitor (probably the latter). - KH @ 25/10/99 -*/ - void GetRoots( evac_fn evac ) {