From ecb6f887db157ba80af820b80dffbab579b5e6eb Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 8 Jun 2010 18:38:33 +0000 Subject: [PATCH] fix: ASimul and AAnter are redundant in CatBul --- lib/src/bulgarian/CatBul.gf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/src/bulgarian/CatBul.gf b/lib/src/bulgarian/CatBul.gf index f96e43d13..92c3c7c27 100644 --- a/lib/src/bulgarian/CatBul.gf +++ b/lib/src/bulgarian/CatBul.gf @@ -1,4 +1,4 @@ -concrete CatBul of Cat = CommonX - [AAnter,ASimul,IAdv,CAdv] ** open ResBul, Prelude, (R = ParamX) in { +concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, (R = ParamX) in { flags coding=cp1251; optimize=all_subs; @@ -87,11 +87,4 @@ concrete CatBul of Cat = CommonX - [AAnter,ASimul,IAdv,CAdv] ** open ResBul, Pre N2 = {s : NForm => Str; g : AGender} ** {c2 : Preposition} ; N3 = {s : NForm => Str; g : AGender} ** {c2,c3 : Preposition} ; PN = {s : Str; g : Gender} ; - - --- Tense, Anteriority and Polarity functions - - lin - ASimul = {s = []} ** {a = R.Simul} ; - AAnter = {s = []} ** {a = R.Anter} ; --# notpresent }