diff options
Diffstat (limited to 'includes/STM.h')
-rw-r--r-- | includes/STM.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/STM.h b/includes/STM.h index 4c2b109f73..ebbf193b0b 100644 --- a/includes/STM.h +++ b/includes/STM.h @@ -221,11 +221,7 @@ extern void stmWriteTVar(Capability *cap, #define END_STM_WAIT_QUEUE ((StgTVarWaitQueue *)(void *)&stg_END_STM_WAIT_QUEUE_closure) #define END_STM_CHUNK_LIST ((StgTRecChunk *)(void *)&stg_END_STM_CHUNK_LIST_closure) -#if IN_STG_CODE -#define NO_TREC (stg_NO_TREC_closure) -#else #define NO_TREC ((StgTRecHeader *)(void *)&stg_NO_TREC_closure) -#endif /*----------------------------------------------------------------------*/ |