Fixed cppcheck message
This commit is contained in:
parent
c33498fa0b
commit
2aaae741dd
|
@ -651,7 +651,6 @@ SymbolDatabase::SymbolDatabase(const Tokenizer *tokenizer, const Settings *setti
|
|||
// has body?
|
||||
if (scopeBegin->str() == "{" || scopeBegin->str() == ":") {
|
||||
tok = funcStart;
|
||||
Scope *old_scope = scope;
|
||||
|
||||
// class function
|
||||
if (tok->previous()->str() == "::")
|
||||
|
|
Loading…
Reference in New Issue