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?
|
// has body?
|
||||||
if (scopeBegin->str() == "{" || scopeBegin->str() == ":") {
|
if (scopeBegin->str() == "{" || scopeBegin->str() == ":") {
|
||||||
tok = funcStart;
|
tok = funcStart;
|
||||||
Scope *old_scope = scope;
|
|
||||||
|
|
||||||
// class function
|
// class function
|
||||||
if (tok->previous()->str() == "::")
|
if (tok->previous()->str() == "::")
|
||||||
|
|
Loading…
Reference in New Issue