mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fix warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
35e3d8425c
commit
996905a2c1
|
@ -58,7 +58,6 @@ namespace euf {
|
||||||
inference* m_queue { nullptr };
|
inference* m_queue { nullptr };
|
||||||
inference* m_tmp_inference { nullptr };
|
inference* m_tmp_inference { nullptr };
|
||||||
unsigned m_gc_threshold { 1 };
|
unsigned m_gc_threshold { 1 };
|
||||||
unsigned m_propagate_threshold { 0 };
|
|
||||||
unsigned m_num_propagations_since_last_gc { 0 };
|
unsigned m_num_propagations_since_last_gc { 0 };
|
||||||
|
|
||||||
void reset();
|
void reset();
|
||||||
|
|
Loading…
Reference in a new issue