David Binderman: Remove dead variable
This commit is contained in:
parent
857c95e7b5
commit
127c39e39b
|
@ -554,7 +554,6 @@ void CheckClass::privateFunctions()
|
||||||
bool HasFuncImpl = false;
|
bool HasFuncImpl = false;
|
||||||
bool inclass = false;
|
bool inclass = false;
|
||||||
indent_level = 0;
|
indent_level = 0;
|
||||||
const std::string pattern_function(classname + " ::");
|
|
||||||
for (const Token *ftok = _tokenizer->tokens(); ftok; ftok = ftok->next())
|
for (const Token *ftok = _tokenizer->tokens(); ftok; ftok = ftok->next())
|
||||||
{
|
{
|
||||||
if (ftok->str() == "{")
|
if (ftok->str() == "{")
|
||||||
|
|
Loading…
Reference in New Issue