Skip to content
Snippets Groups Projects
Commit e3eff070 authored by dgelessus's avatar dgelessus
Browse files

Remove unused field ConstructNFA.i

parent 2f7d1e48
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,6 @@ public class ConstructNFA extends DepthFirstAdapter ...@@ -16,8 +16,6 @@ public class ConstructNFA extends DepthFirstAdapter
private ResolveIds ids; private ResolveIds ids;
private String stateName; private String stateName;
private int i;
ConstructNFA(ResolveIds ids, String stateName) ConstructNFA(ResolveIds ids, String stateName)
{ {
this.ids = ids; this.ids = ids;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment