Fixed cppcheck message

This commit is contained in:
PKEuS 2014-04-10 21:58:53 +02:00
parent c33498fa0b
commit 2aaae741dd
1 changed files with 0 additions and 1 deletions

View File

@ -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() == "::")