summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-01-12 14:36:41 +0000
committerkrasimir <krasimir@chalmers.se>2010-01-12 14:36:41 +0000
commitcf22bd094f2cdbd18de166d9d24b8cf9a30c87b9 (patch)
treee7451bfad9bdb9e9d59301a9bd3e3d418a430b49 /src/compiler/GF/Compile
parentee3ce9694c134d697bf3fa6b8910c7d863f84dab (diff)
move the definitions of _B and _V to PGF.Macros
Diffstat (limited to 'src/compiler/GF/Compile')
-rw-r--r--src/compiler/GF/Compile/GeneratePMCFG.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/GF/Compile/GeneratePMCFG.hs b/src/compiler/GF/Compile/GeneratePMCFG.hs
index 8b815008e..bad72f469 100644
--- a/src/compiler/GF/Compile/GeneratePMCFG.hs
+++ b/src/compiler/GF/Compile/GeneratePMCFG.hs
@@ -431,9 +431,6 @@ expandHOAS abs_defs cnc_defs lincats lindefs env =
Nothing -> error $ "No lincat for " ++ showCId cat
Just ctype -> ctype
- _B = mkCId "_B"
- _V = mkCId "_V"
-
addProduction :: GrammarEnv -> FCat -> Production -> GrammarEnv
addProduction (GrammarEnv last_id catSet seqSet funSet crcSet prodSet) cat p =
GrammarEnv last_id catSet seqSet funSet crcSet (IntMap.insertWith Set.union cat (Set.singleton p) prodSet)