mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove unused variables
This commit is contained in:
parent
f3e9712beb
commit
338d7b3283
|
@ -44,10 +44,6 @@ class int_solver {
|
|||
int_solver& lia;
|
||||
lar_solver& lra;
|
||||
lar_core_solver& lrac;
|
||||
unsigned m_patch_success = 0;
|
||||
unsigned m_patch_fail = 0;
|
||||
unsigned m_num_ones = 0;
|
||||
unsigned m_num_divides = 0;
|
||||
public:
|
||||
patcher(int_solver& lia);
|
||||
bool should_apply() const { return true; }
|
||||
|
|
|
@ -194,7 +194,6 @@ namespace smt {
|
|||
m_trail.push_back(info(st, v, p));
|
||||
if (m_on_clause_eh)
|
||||
m_on_clause_eh(m_on_clause_ctx, p, 0, nullptr, v.size(), v.data());
|
||||
static unsigned s_count = 0;
|
||||
|
||||
if (m_has_log) {
|
||||
init_pp_out();
|
||||
|
|
Loading…
Reference in a new issue