mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0490056e7a
commit
9031b5b949
|
@ -190,6 +190,8 @@ protected:
|
|||
parent_pos = todo.back().m_parent;
|
||||
self_idx = todo.back().m_idx;
|
||||
n = names.back();
|
||||
bool found = false;
|
||||
|
||||
|
||||
if (cache.contains(e)) {
|
||||
goto done;
|
||||
|
@ -213,7 +215,6 @@ protected:
|
|||
sz = a->get_num_args();
|
||||
n2 = nullptr;
|
||||
|
||||
bool found = false;
|
||||
|
||||
//
|
||||
// This is a single traversal version of the context
|
||||
|
|
Loading…
Reference in a new issue