summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-01-30 09:46:37 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-01-30 10:50:14 +0000
commitdbefe7b83a4aee0ab42b432743d782912ac59543 (patch)
treece1c8fa3511b67485c975200e7b2c37fff302c78 /includes
parenta23661d242e8dd55007c4aee8a053f35de7705bd (diff)
downloadhaskell-dbefe7b83a4aee0ab42b432743d782912ac59543.tar.gz
fix warnings
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/storage/TSO.h1
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 */