mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +00:00
remove deprecated and bind1st and unused warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
984db3047b
commit
4fabaf95aa
3 changed files with 0 additions and 5 deletions
|
@ -3291,7 +3291,6 @@ namespace smt {
|
|||
for (app* n : m_underspecified_ops) {
|
||||
tout << mk_pp(n, get_manager()) << "\n";
|
||||
});
|
||||
context& ctx = get_context();
|
||||
m_factory = alloc(arith_factory, get_manager());
|
||||
m.register_factory(m_factory);
|
||||
compute_epsilon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue