summaryrefslogtreecommitdiff
path: root/next-lib/src/english/LangEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/english/LangEng.gf')
-rw-r--r--next-lib/src/english/LangEng.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/next-lib/src/english/LangEng.gf b/next-lib/src/english/LangEng.gf
deleted file mode 100644
index 966308a2b..000000000
--- a/next-lib/src/english/LangEng.gf
+++ /dev/null
@@ -1,10 +0,0 @@
---# -path=.:../abstract:../common:prelude
-
-concrete LangEng of Lang =
- GrammarEng,
- LexiconEng
- ** {
-
-flags startcat = Phr ; unlexer = text ; lexer = text ;
-
-} ;