summaryrefslogtreecommitdiff
path: root/eclipse/examples/hello/AbsCat.gf
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/examples/hello/AbsCat.gf')
-rw-r--r--eclipse/examples/hello/AbsCat.gf5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclipse/examples/hello/AbsCat.gf b/eclipse/examples/hello/AbsCat.gf
deleted file mode 100644
index dac5c07db..000000000
--- a/eclipse/examples/hello/AbsCat.gf
+++ /dev/null
@@ -1,5 +0,0 @@
-abstract AbsCat = {
-
- cat Greeting ; Recipient ;
-
-};