diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-03-30 15:26:00 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-03-30 15:26:00 +0000 |
commit | 4b7fdaa8617e1fadc6175d2400d11fa1fc062c03 (patch) | |
tree | 58c9e7ec99e5efe117a6999507dafd1b3a45cfcc | |
parent | 848797ebb9b60cf9c8a004c97afd008f5325c75f (diff) | |
download | haskell-4b7fdaa8617e1fadc6175d2400d11fa1fc062c03.tar.gz |
remove non-existent MUT_CONS symbols
-rw-r--r-- | includes/stg/MiscClosures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 4e5667b32c..298bed2ea5 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -121,7 +121,6 @@ RTS_INFO(stg_MSG_TRY_WAKEUP_info); RTS_INFO(stg_MSG_THROWTO_info); RTS_INFO(stg_MSG_BLACKHOLE_info); RTS_INFO(stg_MSG_NULL_info); -RTS_INFO(stg_MUT_CONS_info); RTS_INFO(stg_catch_info); RTS_INFO(stg_PAP_info); RTS_INFO(stg_AP_info); @@ -173,7 +172,6 @@ RTS_ENTRY(stg_MSG_TRY_WAKEUP_entry); RTS_ENTRY(stg_MSG_THROWTO_entry); RTS_ENTRY(stg_MSG_BLACKHOLE_entry); RTS_ENTRY(stg_MSG_NULL_entry); -RTS_ENTRY(stg_MUT_CONS_entry); RTS_ENTRY(stg_catch_entry); RTS_ENTRY(stg_PAP_entry); RTS_ENTRY(stg_AP_entry); |