removed unused variable 'dot'

This commit is contained in:
Daniel Marjamäki 2010-08-15 09:03:16 +02:00
parent f476cc12f8
commit 4949869f5f
1 changed files with 0 additions and 1 deletions

View File

@ -2846,7 +2846,6 @@ void Tokenizer::setVarId()
++_varId;
int indentlevel = 0;
int parlevel = 0;
bool dot = false;
bool funcDeclaration = false;
for (tok2 = tok->next(); tok2; tok2 = tok2->next())
{