3
0
Fork 0
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:
Nuno Lopes 2020-06-02 15:26:57 +01:00
parent 742be83503
commit b9ecf2512f
3 changed files with 14 additions and 35 deletions

View file

@ -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);