mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
remove a few trivial destructors so they get inlined
This commit is contained in:
parent
c0e74f946b
commit
c47ab023e5
9 changed files with 7 additions and 38 deletions
|
@ -235,8 +235,6 @@ public:
|
|||
|
||||
re2automaton::re2automaton(ast_manager& m): m(m), u(m), m_ba(nullptr), m_sa(nullptr) {}
|
||||
|
||||
re2automaton::~re2automaton() {}
|
||||
|
||||
void re2automaton::set_solver(expr_solver* solver) {
|
||||
m_solver = solver;
|
||||
m_ba = alloc(sym_expr_boolean_algebra, m, *solver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue