Skip to content

Commit ad36be1

Browse files
committed
1 parent 66f8fbd commit ad36be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3rd/lua/lparser.c

-1
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ static void test_then_block (LexState *ls, int *escapelist) {
13951395
luaK_goiffalse(ls->fs, &v); /* will jump to label if condition is true */
13961396
enterblock(fs, &bl, 0); /* must enter block before 'goto' */
13971397
gotostat(ls, v.t); /* handle goto/break */
1398-
skipnoopstat(ls); /* skip other no-op statements */
13991398
if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
14001399
leaveblock(fs);
14011400
return; /* and that is it */

0 commit comments

Comments
 (0)