summaryrefslogtreecommitdiff
path: root/src-3.0/GF/GFCC/GFCCtoJS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0/GF/GFCC/GFCCtoJS.hs')
-rw-r--r--src-3.0/GF/GFCC/GFCCtoJS.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-3.0/GF/GFCC/GFCCtoJS.hs b/src-3.0/GF/GFCC/GFCCtoJS.hs
index d32133ab2..91dd89b09 100644
--- a/src-3.0/GF/GFCC/GFCCtoJS.hs
+++ b/src-3.0/GF/GFCC/GFCCtoJS.hs
@@ -69,7 +69,6 @@ term2js n l t = f t
D.F f -> JS.ECall (JS.EMember (JS.EIndex (JS.EMember (JS.EVar $ JS.Ident n) (JS.Ident "concretes")) (JS.EStr l)) (JS.Ident "rule")) [JS.EStr (prCId f), JS.EVar children]
D.FV xs -> new "Variants" (map f xs)
D.W str x -> new "Suffix" [JS.EStr str, f x]
- D.RP x y -> new "Rp" [f x, f y]
D.TM _ -> new "Meta" []
tokn2js :: D.Tokn -> JS.Expr