From 68a3a408af4f2010dd33ce7019f13b85f8045cc1 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 14 Sep 2007 13:52:11 +0000 Subject: [PATCH] Remove export of remove_entry_label --- compiler/cmm/ZipCfg.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index bf8d49f..b1dd9d0 100644 --- a/compiler/cmm/ZipCfg.hs +++ b/compiler/cmm/ZipCfg.hs @@ -13,7 +13,6 @@ module ZipCfg -- Observers and transformers -- (open to renaming suggestions here) , blockId, zip, unzip, last, goto_end, zipht, tailOfLast - , remove_entry_label , splice_tail, splice_head, splice_head_only', splice_head' , of_block_list, to_block_list , map_nodes -- 1.7.10.4