diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-30 09:46:37 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-01-30 10:50:14 +0000 |
commit | dbefe7b83a4aee0ab42b432743d782912ac59543 (patch) | |
tree | ce1c8fa3511b67485c975200e7b2c37fff302c78 /includes/rts/storage/TSO.h | |
parent | a23661d242e8dd55007c4aee8a053f35de7705bd (diff) | |
download | haskell-dbefe7b83a4aee0ab42b432743d782912ac59543.tar.gz |
fix warnings
Diffstat (limited to 'includes/rts/storage/TSO.h')
-rw-r--r-- | includes/rts/storage/TSO.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/rts/storage/TSO.h b/includes/rts/storage/TSO.h index e9c2655416..187b6682e0 100644 --- a/includes/rts/storage/TSO.h +++ b/includes/rts/storage/TSO.h @@ -253,6 +253,5 @@ void dirty_STACK (Capability *cap, StgStack *stack); /* this is the NIL ptr for a TSO queue (e.g. runnable queue) */ #define END_TSO_QUEUE ((StgTSO *)(void*)&stg_END_TSO_QUEUE_closure) -#define STM_AWOKEN ((StgTSO *)(void*)&stg_STM_AWOKEN_closure) #endif /* RTS_STORAGE_TSO_H */ |