From fb3cb664d657e54db4917adaa68765e52e4b8401 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 21 Jun 2006 13:45:45 +0000 Subject: [PATCH] the newName variable wasn't used and now it is removed --- src/GF/Conversion/SimpleToFCFG.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GF/Conversion/SimpleToFCFG.hs b/src/GF/Conversion/SimpleToFCFG.hs index f4ff2009e..99f0f31fa 100644 --- a/src/GF/Conversion/SimpleToFCFG.hs +++ b/src/GF/Conversion/SimpleToFCFG.hs @@ -88,7 +88,6 @@ convertRule selector (Rule (Abs decl decls (Name fun profile)) (Cnc ctype ctypes accumProf nr (_ ,xpaths) = (nr+cnt+1, Unify [nr..nr+cnt]) where cnt = length xpaths - newName = Name fun (profile `composeProfiles` newProfile) rule = FRule (Abs newCat newArgs (Name fun newProfile)) newLinRec in addFCatRule env2 rule convertRule selector _ frulesEnv = frulesEnv