From 4b7fdaa8617e1fadc6175d2400d11fa1fc062c03 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 30 Mar 2010 15:26:00 +0000 Subject: [PATCH] remove non-existent MUT_CONS symbols --- includes/stg/MiscClosures.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 4e5667b..298bed2 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); -- 1.7.10.4