mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
more tweaks to BV internalizer & remove dead code
This commit is contained in:
parent
742be83503
commit
b9ecf2512f
3 changed files with 14 additions and 35 deletions
|
@ -472,7 +472,7 @@ namespace smt {
|
|||
SASSERT(m_fpa_util.is_float(n->get_owner()) || m_fpa_util.is_rm(n->get_owner()));
|
||||
SASSERT(n->get_owner()->get_decl()->get_range() == s);
|
||||
|
||||
app_ref owner(n->get_owner(), m);
|
||||
app * owner = n->get_owner();
|
||||
|
||||
if (!is_attached_to_var(n)) {
|
||||
attach_new_th_var(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue