mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
lines that go away
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
252a30e727
commit
73724f9cab
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ namespace arith {
|
||||||
(void)_s;
|
(void)_s;
|
||||||
m_nla->push();
|
m_nla->push();
|
||||||
}
|
}
|
||||||
smt_params_helper prms(s().params());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,6 @@ class theory_lra::imp {
|
||||||
return ctx().is_relevant(th.get_enode(u));
|
return ctx().is_relevant(th.get_enode(u));
|
||||||
};
|
};
|
||||||
m_nla->set_relevant(is_relevant);
|
m_nla->set_relevant(is_relevant);
|
||||||
smt_params_helper prms(ctx().get_params());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue