Skip to content

Commit

Permalink
lj_prase.c: Remove old debug noise
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed May 9, 2018
1 parent 8f55c03 commit d60c595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,6 @@ static void parse_func(LexState *ls, BCLine line)
ExpDesc v, b;
int needself = 0;
char log[128];
log[0] = 'c';
memset(log, 0, sizeof(log));
lj_lex_log(ls, log, sizeof(log)-1);
lj_lex_next(ls); /* Skip 'function'. */
Expand Down

0 comments on commit d60c595

Please sign in to comment.