mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +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();
|
p = todo.back();
|
||||||
if (m_cache.find(p, tmp)) {
|
if (m_cache.find(p, tmp)) {
|
||||||
res = tmp; // TODO: shouldn't this line be removed?
|
|
||||||
todo.pop_back();
|
todo.pop_back();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue