Skip to content

Commit

Permalink
[FIX] remove unused variable in JavaCodeGenerator.templete
Browse files Browse the repository at this point in the history
  • Loading branch information
bqluan committed Nov 26, 2015
1 parent d3ba746 commit 7573a01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/apg/code/JavaCodeGenerator.template
Expand Up @@ -24,8 +24,6 @@ public class Parser {
}

public Object parse(InputStream stream) throws IOException, SyntaxError {
boolean isMatch = false;

Stack<Integer> stateStack = new Stack<Integer>();
Stack<Integer> inputStack = new Stack<Integer>();
Stack<Object> objectStack = new Stack<Object>();
Expand Down

0 comments on commit 7573a01

Please sign in to comment.