mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #6749
This commit is contained in:
parent
06a8987314
commit
ab4b7c50ed
1 changed files with 0 additions and 1 deletions
|
@ -969,7 +969,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
model_value_proc * theory_array_base::mk_value(enode * n, model_generator & mg) {
|
||||
SASSERT(ctx.is_relevant(n));
|
||||
theory_var v = n->get_th_var(get_id());
|
||||
SASSERT(v != null_theory_var);
|
||||
sort * s = n->get_expr()->get_sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue