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:
parent
e6e1d94cf9
commit
637a0fa139
8 changed files with 9 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue