3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

unused warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-24 08:49:25 -07:00
parent e6e1d94cf9
commit 637a0fa139
8 changed files with 9 additions and 11 deletions

View file

@ -41,8 +41,8 @@ struct ast_pp_dot_st {
m_pp(pp),
m_next_id(0),
m_id_map(),
m_to_print(),
m_printed(),
m_to_print(),
m_first(true) {}
~ast_pp_dot_st() = default;

View file

@ -3076,8 +3076,6 @@ void fpa2bv_converter::mk_to_ieee_bv(func_decl * f, unsigned num, expr * const *
split_fp(x, sgn, e, s);
mk_is_nan(x, x_is_nan);
sort * fp_srt = m.get_sort(x);
expr_ref unspec(m);
mk_to_ieee_bv_unspecified(f, num, args, unspec);