forked from jasder/antlr
rm "st" attribute
This commit is contained in:
parent
bd87ec95e2
commit
8078d39053
|
@ -56,7 +56,6 @@ public class Rule implements AttributeResolver {
|
|||
add(new Attribute("start"));
|
||||
add(new Attribute("stop"));
|
||||
add(new Attribute("tree"));
|
||||
add(new Attribute("st"));
|
||||
add(new Attribute("ctx"));
|
||||
}};
|
||||
|
||||
|
|
Loading…
Reference in New Issue