From: sof Date: Mon, 4 Feb 2002 20:25:39 +0000 (+0000) Subject: [project @ 2002-02-04 20:25:39 by sof] X-Git-Tag: Approximately_9120_patches~158 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ea0e6441f8b7f3c8fb4d0042d6c066271b83f729;p=ghc-hetmet.git [project @ 2002-02-04 20:25:39 by sof] startupHaskell: Scheduler startup now handles task creation --- 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();