3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

removed unnecessary assignment

This commit is contained in:
Bernhard Gleiss 2018-01-10 12:02:16 +01:00 committed by Arie Gurfinkel
parent 295d16bfae
commit 4b6921dffb

View file

@ -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;
}