David Binderman: Remove dead variable

This commit is contained in:
Daniel Marjamäki 2009-10-19 17:40:16 +02:00
parent 857c95e7b5
commit 127c39e39b
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ void CheckClass::privateFunctions()
bool HasFuncImpl = false;
bool inclass = false;
indent_level = 0;
const std::string pattern_function(classname + " ::");
for (const Token *ftok = _tokenizer->tokens(); ftok; ftok = ftok->next())
{
if (ftok->str() == "{")