ValueFlow: Cleanup variable

This commit is contained in:
Daniel Marjamäki 2014-08-01 08:59:07 +02:00
parent 57c2e928d1
commit 688b798b88
1 changed files with 0 additions and 2 deletions

View File

@ -835,8 +835,6 @@ static void valueFlowAfterAssign(TokenList *tokenlist, ErrorLogger *errorLogger,
static void valueFlowAfterCondition(TokenList *tokenlist, ErrorLogger *errorLogger, const Settings *settings)
{
std::map<unsigned int, MathLib::bigint> mem;
for (Token *tok = tokenlist->front(); tok; tok = tok->next()) {
const Token *vartok, *numtok;