3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 05:43:39 +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;