remove non-existent MUT_CONS symbols
authorSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 15:26:00 +0000 (15:26 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 15:26:00 +0000 (15:26 +0000)
includes/stg/MiscClosures.h

index 4e5667b..298bed2 100644 (file)
@@ -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);