3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18: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

@ -93,9 +93,6 @@ private:
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);
clause* init_clause(unsigned i); clause* init_clause(unsigned i);