mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'
This commit is contained in:
@@ -5159,7 +5159,6 @@ parser_yylex(parser_state *p)
|
||||
{
|
||||
int result = 0;
|
||||
|
||||
last_state = p->lstate;
|
||||
switch (tok(p)[0]) {
|
||||
case '$':
|
||||
p->lstate = EXPR_END;
|
||||
|
||||
Reference in New Issue
Block a user