Remove unused function
This commit is contained in:
parent
b6e93bb575
commit
0a71b52a87
|
@ -4013,11 +4013,6 @@ static std::list<ValueFlow::Value> truncateValues(std::list<ValueFlow::Value> va
|
||||||
return values;
|
return values;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool isLiteralNumber(const Token *tok, bool cpp)
|
|
||||||
{
|
|
||||||
return tok->isNumber() || tok->isEnumerator() || tok->str() == "NULL" || (cpp && Token::Match(tok, "false|true|nullptr"));
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool isVariableInit(const Token *tok)
|
static bool isVariableInit(const Token *tok)
|
||||||
{
|
{
|
||||||
return tok->str() == "(" &&
|
return tok->str() == "(" &&
|
||||||
|
|
Loading…
Reference in New Issue