From: simonmar Date: Fri, 27 Feb 2004 15:56:25 +0000 (+0000) Subject: [project @ 2004-02-27 15:56:25 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~42 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=72ae036d434ed0b850d2d152e29129b2531cc530 [project @ 2004-02-27 15:56:25 by simonmar] Remove an unnecessary #ifdef --- 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