forked from jasder/antlr
fix build issue in C#. some weird changes snuck in.
This commit is contained in:
parent
549d657ba4
commit
53641c552c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue