Remove redundant variable

This commit is contained in:
Daniel Marjamäki 2016-01-10 22:30:24 +01:00
parent 414bdc30a9
commit f8306383b1
1 changed files with 0 additions and 1 deletions

View File

@ -2936,7 +2936,6 @@ void Tokenizer::setVarId()
continue;
// Set variable ids in member functions for this class..
const std::string funcpattern(classname + " :: ~| %name% (");
for (std::list<Token *>::iterator func = allMemberFunctions.begin(); func != allMemberFunctions.end(); ++func) {
Token *tok2 = *func;