tidyup; no functional changes
authorSimon Marlow <marlowsd@gmail.com>
Wed, 5 May 2010 11:50:15 +0000 (11:50 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 5 May 2010 11:50:15 +0000 (11:50 +0000)
rts/Schedule.c

index 5ed575e..b350ade 100644 (file)
@@ -1997,12 +1997,7 @@ initScheduler(void)
 }
 
 void
 }
 
 void
-exitScheduler(
-    rtsBool wait_foreign
-#if !defined(THREADED_RTS)
-                         __attribute__((unused))
-#endif
-)
+exitScheduler (rtsBool wait_foreign USED_IF_THREADS)
                /* see Capability.c, shutdownCapability() */
 {
     Task *task = NULL;
                /* see Capability.c, shutdownCapability() */
 {
     Task *task = NULL;