diff --git a/G1.TXT b/G1.TXT
deleted file mode 100644
index eabc58b521735e1cfc2e0fb634915c36ac4157f8..0000000000000000000000000000000000000000
--- a/G1.TXT
+++ /dev/null
@@ -1,4 +0,0 @@
-{Testing grammar}
-A : b C | B d;
-B : C C | b A;
-C : c C | {e};