Size computation code not required outside this translation unit
This commit is contained in:
parent
606e28a3c5
commit
5040491ee6
|
@ -638,7 +638,7 @@ static void setTokenValue(Token* tok, const ValueFlow::Value &value, const Setti
|
|||
}
|
||||
}
|
||||
|
||||
unsigned int getSizeOfType(const Token *typeTok, const Settings *settings)
|
||||
static unsigned int getSizeOfType(const Token *typeTok, const Settings *settings)
|
||||
{
|
||||
const std::string &typeStr = typeTok->str();
|
||||
if (typeStr == "char")
|
||||
|
|
Loading…
Reference in New Issue