From 6b73e439b8bdb5629fffd6ec726806bc7e258ff3 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 5 Jun 2006 15:43:05 +0000 Subject: [PATCH] Remove one more IfaceInlineCall --- compiler/parser/ParserCore.y | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/parser/ParserCore.y b/compiler/parser/ParserCore.y index 7b82eba..4d2fc70 100644 --- a/compiler/parser/ParserCore.y +++ b/compiler/parser/ParserCore.y @@ -232,7 +232,6 @@ exp :: { IfaceExpr } | '%note' STRING exp { case $2 of --"SCC" -> IfaceNote (IfaceSCC "scc") $3 - "InlineCall" -> IfaceNote IfaceInlineCall $3 "InlineMe" -> IfaceNote IfaceInlineMe $3 } | '%external' STRING aty { IfaceFCall (ForeignCall.CCall -- 1.7.10.4