fix build issue in C#. some weird changes snuck in.

This commit is contained in:
parrt 2017-03-16 17:13:47 -07:00
parent 549d657ba4
commit 53641c552c
1 changed files with 0 additions and 6 deletions

View File

@ -46,9 +46,6 @@ using Antlr4.Runtime.Atn;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using DFA = Antlr4.Runtime.Dfa.DFA;
<if(contextSuperClass)>
using <contextSuperClass>;
<endif>
<parser>
<if(file.genPackage)>
@ -65,9 +62,6 @@ namespace <file.genPackage> {
using Antlr4.Runtime.Misc;
using IParseTreeListener = Antlr4.Runtime.Tree.IParseTreeListener;
using IToken = Antlr4.Runtime.IToken;
<if(contextSuperClass)>
using <contextSuperClass>;
<endif>
/// \<summary>
/// This interface defines a complete listener for a parse tree produced by