Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g')
-rw-r--r--plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g b/plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g
index 501923b5..70844418 100644
--- a/plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g
+++ b/plugins/org.eclipse.xpand3.parser/src-gen/org/eclipse/xpand3/parser/Xpand3Node.g
@@ -26,12 +26,6 @@ package org.eclipse.xpand3.parser;
private boolean xpandMode = false;
}
-r_x returns [CompositeNode cn]
- @init{ cn = factory.createXNode();
- } :
- ('y' { addLeafNodeForToken($cn, "l"); })
-;
-
r_file returns [CompositeNode cn]
@init{ cn = factory.createFileNode();
}

Back to the top