3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

fix #3289, recent regression introduced when dealing with push on inconsistent state

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-14 10:50:41 -07:00
parent 51e459d02b
commit 9f6a0a0a48

View file

@ -348,7 +348,6 @@ namespace smt {
void qi_queue::init_search_eh() {
m_subst.reset();
m_new_entries.reset();
m_delayed_entries.reset();
}
bool qi_queue::final_check_eh() {