This commit is contained in:
Peter Boyer 2016-02-01 11:27:35 -05:00
parent e891d55f1b
commit b10827d91c
1 changed files with 0 additions and 1 deletions

View File

@ -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;