3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fix warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-29 12:54:55 -07:00
parent 35e3d8425c
commit 996905a2c1

View file

@ -58,7 +58,6 @@ namespace euf {
inference* m_queue { nullptr };
inference* m_tmp_inference { nullptr };
unsigned m_gc_threshold { 1 };
unsigned m_propagate_threshold { 0 };
unsigned m_num_propagations_since_last_gc { 0 };
void reset();