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:
parent
51e459d02b
commit
9f6a0a0a48
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue