mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 07:36:38 +00:00
removed unnecessary assignment
This commit is contained in:
parent
295d16bfae
commit
4b6921dffb
|
@ -539,7 +539,6 @@ proof* ProofIteratorPostOrder::next()
|
|||
|
||||
p = todo.back();
|
||||
if (m_cache.find(p, tmp)) {
|
||||
res = tmp; // TODO: shouldn't this line be removed?
|
||||
todo.pop_back();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue