We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dbdc3 commit 2d87022Copy full SHA for 2d87022
src/cpp/parse.cpp
@@ -4169,7 +4169,6 @@ bool Parser::rInitializeExpr(exprt &expr)
4169
t==TOK_MSC_IF_NOT_EXISTS)
4170
{
4171
// TODO
4172
- cpp_tokent tk;
4173
exprt name;
4174
lex.get_token(tk);
4175
if(lex.get_token(tk)!='(')
@@ -4467,7 +4466,6 @@ bool Parser::rClassSpec(typet &spec)
4467
4466
4468
if(lex.LookAhead(0)==TOK_GCC_ATTRIBUTE)
4469
4470
4471
4472
4473
if(!rAttribute(spec))
0 commit comments