mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d465938496
commit
f67077b7ff
6 changed files with 6 additions and 6 deletions
|
@ -1115,7 +1115,6 @@ expr_ref pred_transformer::get_cover_delta(func_decl* p_orig, int level)
|
|||
(*rep)(result);
|
||||
|
||||
// adjust result according to model converter.
|
||||
unsigned arity = m_head->get_arity();
|
||||
model_ref md = alloc(model, m);
|
||||
md->register_decl(m_head, result);
|
||||
model_converter_ref mc = ctx.get_model_converter();
|
||||
|
|
|
@ -74,7 +74,6 @@ namespace datalog {
|
|||
bool_vector const& is_bound = m_bound[i];
|
||||
func_interp* f = old_model->get_func_interp(p);
|
||||
expr_ref body(m);
|
||||
unsigned arity_q = q->get_arity();
|
||||
SASSERT(0 < p->get_arity());
|
||||
|
||||
if (f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue