Skip to content

Commit

Permalink
fix spotbugs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored and gbrail committed Dec 31, 2020
1 parent b0a44a2 commit 5cf8b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/mozilla/javascript/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ private void enterLoop(Loop loop) {
}

private void exitLoop() {
Loop loop = loopSet.remove(loopSet.size() - 1);
loopSet.remove(loopSet.size() - 1);
loopAndSwitchSet.remove(loopAndSwitchSet.size() - 1);
popScope();
}
Expand Down

0 comments on commit 5cf8b7f

Please sign in to comment.