Removed TODO

This commit is contained in:
Daniel Marjamäki 2010-05-24 07:32:33 +02:00
parent c5b946f9b7
commit c465d824b7
1 changed files with 0 additions and 1 deletions

View File

@ -1361,7 +1361,6 @@ void CheckBufferOverrun::checkSprintfCall(const Token *tok, int size)
else if (Token::Match(tok2->next(), "%num%"))
parameters.push_back(tok2->next());
// TODO, get value of the variable if possible and use that instead of 0
else
parameters.push_back(0);
}