Removed simplifyEnum timer that I didn't intend to include in the previous commit.

This commit is contained in:
Daniel Marjamäki 2012-07-06 15:48:51 +02:00
parent 6ad5fc8456
commit 543ccdd4c0
1 changed files with 1 additions and 6 deletions

View File

@ -1772,12 +1772,7 @@ bool Tokenizer::tokenize(std::istream &code,
}
// enum..
if (m_timerResults) {
Timer t("Tokenizer::tokenize::simplifyEnum", _settings->_showtime, m_timerResults);
simplifyEnum();
} else {
simplifyEnum();
}
simplifyEnum();
// Remove __asm..
simplifyAsm();