mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
fix warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32df9b1155
commit
074ed0d874
2 changed files with 0 additions and 11 deletions
|
@ -293,13 +293,6 @@ static tactic * mk_seq_smt_tactic(params_ref const & p) {
|
|||
return alloc(smt_tactic, p);
|
||||
}
|
||||
|
||||
static tactic * mk_seq_smt_tactic_using(bool auto_config, params_ref const & _p) {
|
||||
params_ref p = _p;
|
||||
p.set_bool("auto_config", auto_config);
|
||||
tactic * r = mk_seq_smt_tactic(p);
|
||||
TRACE("smt_tactic", tout << "auto_config: " << auto_config << "\nr: " << r << "\np: " << p << "\n";);
|
||||
return using_params(r, p);
|
||||
}
|
||||
|
||||
tactic * mk_parallel_smt_tactic(ast_manager& m, params_ref const& p) {
|
||||
return mk_parallel_tactic(mk_smt_solver(m, p, symbol::null), p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue