summaryrefslogtreecommitdiff
path: root/next-lib/src/english/MorphoEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/english/MorphoEng.gf')
-rw-r--r--next-lib/src/english/MorphoEng.gf9
1 files changed, 0 insertions, 9 deletions
diff --git a/next-lib/src/english/MorphoEng.gf b/next-lib/src/english/MorphoEng.gf
index 2025312df..437a0646f 100644
--- a/next-lib/src/english/MorphoEng.gf
+++ b/next-lib/src/english/MorphoEng.gf
@@ -21,15 +21,6 @@ resource MorphoEng = open Prelude, (Predef=Predef), ResEng in {
sp = regGenitiveS s ;
n = n} ;
- regGenitiveS : Str -> Case => Str = \s ->
- table { Gen => genitiveS s; _ => s } ;
-
- genitiveS : Str -> Str = \dog ->
- case last dog of {
- "s" => dog + "'" ;
- _ => dog + "'s"
- };
-
--2 Pronouns