removed redundant set isNumber flag from previous commit

This commit is contained in:
Robert Reif 2011-08-12 07:15:10 -04:00
parent ce00d0d35e
commit b7f963f701
1 changed files with 0 additions and 3 deletions

View File

@ -2122,10 +2122,7 @@ bool Tokenizer::tokenize(std::istream &code,
for (Token *tok = _tokens; tok; tok = tok->next())
{
if (tok->str() == "__LINE__")
{
tok->str(MathLib::toString(tok->linenr()));
tok->isNumber(true);
}
}
// token concatenation