diff options
Diffstat (limited to 'compiler/cmm')
-rw-r--r-- | compiler/cmm/ZipCfg.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index bf8d49f963..b1dd9d07d9 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 |