From 2f598b743015541103d175dd5b4fd5f1ba3f4a0d Mon Sep 17 00:00:00 2001 From: "simonmar@microsoft.com" Date: Wed, 12 Dec 2007 16:33:29 +0000 Subject: [PATCH] remove old comment --- rts/sm/GC.c | 5 ----- 1 file changed, 5 deletions(-) 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 ) { -- 1.7.10.4