X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRts.h;h=3ca0d9a9130d32cc826ad768bddbd13677a34fc4;hb=eba7b660a36878cd8d926845807913d7ec5734c9;hp=3b5af21a0bdd1e03a0f5ac36b888f8b9afd35de2;hpb=608bc3f3ad6fca14a23529f314dbd9d3342a9507;p=ghc-hetmet.git diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 3b5af21..3ca0d9a 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -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