summaryrefslogtreecommitdiff
path: root/src/GF/Conversion/SimpleToFCFG.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2006-06-21 13:45:45 +0000
committerkr.angelov <kr.angelov@gmail.com>2006-06-21 13:45:45 +0000
commiteed8c6f8135cb719f53f16569e3d61824cfe3039 (patch)
treeba6e27561f00d6840c89986b1093ff16aca06e30 /src/GF/Conversion/SimpleToFCFG.hs
parent811621520cecd3bc45c4295f393ff35239aba85b (diff)
the newName variable wasn't used and now it is removed
Diffstat (limited to 'src/GF/Conversion/SimpleToFCFG.hs')
-rw-r--r--src/GF/Conversion/SimpleToFCFG.hs1
1 files changed, 0 insertions, 1 deletions
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