From 72ae036d434ed0b850d2d152e29129b2531cc530 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Feb 2004 15:56:25 +0000 Subject: [PATCH] [project @ 2004-02-27 15:56:25 by simonmar] Remove an unnecessary #ifdef --- ghc/rts/Schedule.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 4017c3b..b73f530 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.189 2004/02/27 12:39:16 simonmar Exp $ + * $Id: Schedule.c,v 1.190 2004/02/27 15:56:25 simonmar Exp $ * * (c) The GHC Team, 1998-2003 * @@ -2062,9 +2062,7 @@ initScheduler(void) initMutex(&term_mutex); #endif -#if defined(RTS_SUPPORTS_THREADS) ACQUIRE_LOCK(&sched_mutex); -#endif /* A capability holds the state a native thread needs in * order to execute STG code. At least one capability is -- 1.7.10.4