rm misleading comment

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6771]
This commit is contained in:
parrt 2010-03-25 16:19:44 -08:00
parent d94c4744ec
commit d24af6fd8a
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ public class DFASerializer {
public String toString() {
if ( start==null ) return null;
// don't track DFAStates here; sometimes nfa configs are empty
// (when we build DFA for linear approx lookahead).
Set<Integer> marked = new HashSet<Integer>();
List<DFAState> work = new ArrayList<DFAState>();