From ea0e6441f8b7f3c8fb4d0042d6c066271b83f729 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 4 Feb 2002 20:25:39 +0000 Subject: [PATCH] [project @ 2002-02-04 20:25:39 by sof] startupHaskell: Scheduler startup now handles task creation --- ghc/rts/RtsStartup.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 3bd4e0c..4066f48 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.60 2001/12/12 14:31:43 simonmar Exp $ + * $Id: RtsStartup.c,v 1.61 2002/02/04 20:25:39 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -170,11 +170,6 @@ startupHaskell(int argc, char *argv[], void (*init_root)(void)) /* start the virtual timer 'subsystem'. */ startVirtTimer(TICK_MILLISECS); - /* start our haskell execution tasks */ -#ifdef SMP - startTasks(); -#endif - /* Initialise the stats department */ initStats(); -- 1.7.10.4