mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 02:34:43 +00:00
reduce warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8370bb8986
commit
c20b391cf7
4 changed files with 2 additions and 5 deletions
|
@ -88,8 +88,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
expr_ref theory_fpa::fpa2bv_converter_wrapped::mk_min_max_unspecified(func_decl * f, expr * x, expr * y) {
|
||||
unsigned ebits = m_util.get_ebits(f->get_range());
|
||||
unsigned sbits = m_util.get_sbits(f->get_range());
|
||||
|
||||
expr_ref a(m), wrapped(m), wu(m), wu_eq(m);
|
||||
a = m.mk_app(f, x, y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue