3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

remove unused structs

This commit is contained in:
Nikolaj Bjorner 2022-11-24 19:47:26 +07:00
parent caf204ab95
commit 3479129582

View file

@ -92,9 +92,6 @@ private:
der_rewriter m_der; der_rewriter m_der;
th_rewriter m_rewriter; th_rewriter m_rewriter;
obj_map<func_decl, macro_def*> m_macros; obj_map<func_decl, macro_def*> m_macros;
struct macro_expander_cfg;
struct macro_expander_rw;
void rewrite(expr_ref& t); void rewrite(expr_ref& t);