Merge the smp and threaded RTS ways
[ghc-hetmet.git] / ghc / includes / Rts.h
index 3b5af21..3ca0d9a 100644 (file)
@@ -70,14 +70,6 @@ extern void _assertFail (char *, unsigned int);
 
 #define doNothing() do { } while (0)
 
-#ifdef SMP
-#define USED_IF_SMP
-#define USED_IF_NOT_SMP STG_UNUSED
-#else
-#define USED_IF_SMP STG_UNUSED
-#define USED_IF_NOT_SMP
-#endif
-
 #ifdef DEBUG
 #define USED_IF_DEBUG
 #define USED_IF_NOT_DEBUG STG_UNUSED