3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

fix build warnings

This commit is contained in:
Nikolaj Bjorner 2025-04-14 10:33:14 -07:00
parent 5ad79f2864
commit 1510b3112e
7 changed files with 0 additions and 7 deletions

View file

@ -245,7 +245,6 @@ class fix_dl_var_tactic : public tactic {
void operator()(goal_ref const & g,
goal_ref_buffer & result) {
tactic_report report("fix-dl-var", *g);
bool produce_proofs = g->proofs_enabled();
m_produce_models = g->models_enabled();
TRACE("fix_dl_var", g->display(tout););