mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Fix some unused variable warnings.
This commit is contained in:
parent
60e4cad7f1
commit
960b8566f5
2 changed files with 0 additions and 2 deletions
|
@ -154,7 +154,6 @@ void exec(tactic & t, goal_ref const & in, goal_ref_buffer & result) {
|
|||
|
||||
lbool check_sat(tactic & t, goal_ref & g, model_ref & md, labels_vec & labels, proof_ref & pr, expr_dependency_ref & core, std::string & reason_unknown) {
|
||||
bool models_enabled = g->models_enabled();
|
||||
bool proofs_enabled = g->proofs_enabled();
|
||||
bool cores_enabled = g->unsat_core_enabled();
|
||||
md = nullptr;
|
||||
pr = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue