Skip to content

Commit 688b798

Browse files
committed
ValueFlow: Cleanup variable
1 parent 57c2e92 commit 688b798

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/valueflow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,6 @@ static void valueFlowAfterAssign(TokenList *tokenlist, ErrorLogger *errorLogger,
835835

836836
static void valueFlowAfterCondition(TokenList *tokenlist, ErrorLogger *errorLogger, const Settings *settings)
837837
{
838-
std::map<unsigned int, MathLib::bigint> mem;
839-
840838
for (Token *tok = tokenlist->front(); tok; tok = tok->next()) {
841839
const Token *vartok, *numtok;
842840

0 commit comments

Comments
 (0)