Skip to content

Commit

Permalink
remove unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 24, 2022
1 parent caf204a commit 3479129
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ast/simplifiers/eliminate_predicates.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ class eliminate_predicates : public dependent_expr_simplifier {
der_rewriter m_der;
th_rewriter m_rewriter;
obj_map<func_decl, macro_def*> m_macros;

struct macro_expander_cfg;
struct macro_expander_rw;

void rewrite(expr_ref& t);

Expand Down

0 comments on commit 3479129

Please sign in to comment.