[project @ 2002-02-04 20:25:39 by sof]
authorsof <unknown>
Mon, 4 Feb 2002 20:25:39 +0000 (20:25 +0000)
committersof <unknown>
Mon, 4 Feb 2002 20:25:39 +0000 (20:25 +0000)
startupHaskell: Scheduler startup now handles task creation

ghc/rts/RtsStartup.c

index 3bd4e0c..4066f48 100644 (file)
@@ -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();