Commit a2500500 authored by Jose Narvaez's avatar Jose Narvaez

Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'

parent 13abc9c4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment