X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fiface%2FTcIface.lhs;h=42321955e65a9abf76387a318d3972acd2c9dee5;hp=6c60af873ec47f278574bcc517f399a0a6c4a2e3;hb=8100cd4395e46ae747be4298c181a4730d6206bc;hpb=859001105a5cbb15959f04519911da86e597f2e1 diff --git a/compiler/iface/TcIface.lhs b/compiler/iface/TcIface.lhs index 6c60af8..4232195 100644 --- a/compiler/iface/TcIface.lhs +++ b/compiler/iface/TcIface.lhs @@ -686,8 +686,6 @@ tcIfaceExpr (IfaceNote note expr) IfaceInlineMe -> returnM (Note InlineMe expr') IfaceSCC cc -> returnM (Note (SCC cc) expr') IfaceCoreNote n -> returnM (Note (CoreNote n) expr') - IfaceTickBox m n -> returnM (Note (TickBox m n) expr') - IfaceBinaryTickBox m t e -> returnM (Note (BinaryTickBox m t e) expr') ------------------------- tcIfaceAlt _ (IfaceDefault, names, rhs)