diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 14:30:55 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 14:30:55 +0000 |
| commit | f8fdaa7accef4c6935e5ecdf9ef292b1f7b2901b (patch) | |
| tree | abef31c1b21ad7bbfa891083130496d72f80dab4 /next-lib/src/italian | |
| parent | b7f6393e9f9abaf8202f4adb8db12888202f969d (diff) | |
fixed warnings in present compilation of resource, esp. unreached patterns
Diffstat (limited to 'next-lib/src/italian')
| -rw-r--r-- | next-lib/src/italian/StructuralIta.gf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/next-lib/src/italian/StructuralIta.gf b/next-lib/src/italian/StructuralIta.gf index 313dad334..1e46b9bbd 100644 --- a/next-lib/src/italian/StructuralIta.gf +++ b/next-lib/src/italian/StructuralIta.gf @@ -153,9 +153,6 @@ lin "Lei" "La" "Le" "Glie" "Lei" "Suo" "Sua" "Suoi" "Sue" Masc Sg P3 ; not_Predet = {s = \\a,c => prepCase c ++ "non" ; c = Nom} ; - nothing_but_Predet = {s = \\a,c => prepCase c ++ "niente eccetto" ; c = Nom} ; - nobody_but_Predet = {s = \\a,c => prepCase c ++ "nessun eccetto" ; c = Nom} ; - no_Quant = let aucun : ParadigmsIta.Number => ParadigmsIta.Gender => Case => Str = table { |
