From 4c14927914ef2ba97aee2d2ab99b48daffdd68bc Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 23 May 2008 09:54:02 +0000 Subject: remove the deprecated RP constructor in GFCC --- src-3.0/GF/GFCC/GFCCtoJS.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src-3.0/GF/GFCC/GFCCtoJS.hs') 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 -- cgit v1.2.3