Merge pull request #539 from sharwell/quick-fix
Remove comment that was only meant for testing
This commit is contained in:
commit
857c40318f
|
@ -1417,7 +1417,7 @@ public class ParserATNSimulator extends ATNSimulator {
|
|||
if ( c!=null ) {
|
||||
if (!t.isEpsilon() && !closureBusy.add(c)) {
|
||||
// avoid infinite recursion for EOF* and EOF+
|
||||
//continue;
|
||||
continue;
|
||||
}
|
||||
|
||||
int newDepth = depth;
|
||||
|
|
Loading…
Reference in New Issue