Skip to content

Commit

Permalink
fixed files form Closure #126
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent ec4c481 commit ee70e24
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ void tryMinimizeExits(Node n, int exitType, String labelName) {
* can cause problems if it changes the completion type of the finally
* block. See ECMA 262 Sections 8.9 & 12.14
*/
if (NodeUtil.hasFinally(n)) {
Node finallyBlock = n.getLastChild();
tryMinimizeExits(finallyBlock, exitType, labelName);
}
}

// Just a 'label'.
Expand Down

0 comments on commit ee70e24

Please sign in to comment.