Skip to content

Commit 2fa6bce

Browse files
committed
dead line
1 parent a8cbde6 commit 2fa6bce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/statement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ module.exports = {
299299
mode = this.ast.declare.MODE_NONE;
300300
}
301301
return result(what, body, mode);
302-
break;
303302

304303
case this.tok.T_TRY:
305304
return this.read_try();

0 commit comments

Comments
 (0)