summaryrefslogtreecommitdiff
path: root/grammars/multiple/System.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/multiple/System.gf')
-rw-r--r--grammars/multiple/System.gf4
1 files changed, 0 insertions, 4 deletions
diff --git a/grammars/multiple/System.gf b/grammars/multiple/System.gf
deleted file mode 100644
index b3587c106..000000000
--- a/grammars/multiple/System.gf
+++ /dev/null
@@ -1,4 +0,0 @@
-abstract System = {
- cat Reply ;
- fun Bye : Reply ;
-}