mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
fix build warnings
This commit is contained in:
parent
5ad79f2864
commit
1510b3112e
7 changed files with 0 additions and 7 deletions
|
@ -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););
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue