Commit 4027035c authored by Jose Narvaez's avatar Jose Narvaez

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

parent 24c105a2
......@@ -4243,7 +4243,6 @@ parser_yylex(parser_state *p)
return '=';
case '<':
last_state = p->lstate;
c = nextc(p);
if (c == '<' &&
p->lstate != EXPR_DOT &&
......
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