mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
removed unnecessary assignment
This commit is contained in:
parent
295d16bfae
commit
4b6921dffb
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue