We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847391e commit b99474fCopy full SHA for b99474f
1 file changed
lib/tokenize.cpp
@@ -5109,14 +5109,6 @@ bool Tokenizer::simplifyTokenList1(const char FileName[])
5109
// Link < with >
5110
createLinks2();
5111
5112
- if (mTimerResults) {
5113
- Timer t("Tokenizer::tokenize::setVarId (2)", mSettings->showtime, mTimerResults);
5114
- setVarId();
5115
- }
5116
- else {
5117
5118
5119
-
5120
// Mark C++ casts
5121
for (Token *tok = list.front(); tok; tok = tok->next()) {
5122
if (Token::Match(tok, "const_cast|dynamic_cast|reinterpret_cast|static_cast <") && Token::simpleMatch(tok->linkAt(1), "> (")) {
0 commit comments