mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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;
|
parent_pos = todo.back().m_parent;
|
||||||
self_idx = todo.back().m_idx;
|
self_idx = todo.back().m_idx;
|
||||||
n = names.back();
|
n = names.back();
|
||||||
|
bool found = false;
|
||||||
|
|
||||||
|
|
||||||
if (cache.contains(e)) {
|
if (cache.contains(e)) {
|
||||||
goto done;
|
goto done;
|
||||||
|
@ -213,7 +215,6 @@ protected:
|
||||||
sz = a->get_num_args();
|
sz = a->get_num_args();
|
||||||
n2 = nullptr;
|
n2 = nullptr;
|
||||||
|
|
||||||
bool found = false;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// This is a single traversal version of the context
|
// This is a single traversal version of the context
|
||||||
|
|
Loading…
Reference in a new issue