forked from jasder/antlr
rm misleading comment
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6771]
This commit is contained in:
parent
d94c4744ec
commit
d24af6fd8a
|
@ -19,8 +19,6 @@ public class DFASerializer {
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
if ( start==null ) return null;
|
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>();
|
Set<Integer> marked = new HashSet<Integer>();
|
||||||
|
|
||||||
List<DFAState> work = new ArrayList<DFAState>();
|
List<DFAState> work = new ArrayList<DFAState>();
|
||||||
|
|
Loading…
Reference in New Issue