Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed May 19, 2024
1 parent 4ec501b commit 7e7a535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,6 @@ static int countdepth(FuncState* fs, BlockType type) {
static void continuestat (LexState *ls) {
auto line = ls->getLineNumber();
FuncState *fs = ls->fs;
int foundloops = 0;
luaX_next(ls); /* skip 'continue' */
lua_Integer backwards = 1;
if (ls->t.token == TK_INT) {
Expand Down

0 comments on commit 7e7a535

Please sign in to comment.