Merge pull request #539 from sharwell/quick-fix

Remove comment that was only meant for testing
This commit is contained in:
Sam Harwell 2014-04-06 16:34:10 -05:00
commit 857c40318f
1 changed files with 1 additions and 1 deletions

View File

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