Skip to content

Commit ac53ae9

Browse files
committed
Remove
1 parent db65fb3 commit ac53ae9

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

lib/astutils.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,17 +2466,6 @@ static bool isTrivialConstructor(const Token* tok)
24662466
return false;
24672467
}
24682468

2469-
static bool isArray(const Token* tok)
2470-
{
2471-
if (!tok)
2472-
return false;
2473-
if (tok->variable())
2474-
return tok->variable()->isArray();
2475-
if (Token::simpleMatch(tok, "."))
2476-
return isArray(tok->astOperand2());
2477-
return false;
2478-
}
2479-
24802469
bool isMutableExpression(const Token* tok)
24812470
{
24822471
if (!tok)

0 commit comments

Comments
 (0)