Remove redundant variable
This commit is contained in:
parent
414bdc30a9
commit
f8306383b1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue