forked from jasder/antlr
Cleanup
This commit is contained in:
parent
e891d55f1b
commit
b10827d91c
|
@ -254,7 +254,6 @@ public class CodeGenerator {
|
|||
fullST.add("type", "lexer");
|
||||
break;
|
||||
case ANTLRParser.COMBINED:
|
||||
System.out.print("combined" + g.name+ "|");
|
||||
fullST.add("name", g.name);
|
||||
fullST.add("type", "parser");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue