mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23: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
|
@ -63,7 +63,6 @@ class scoped_expr_substitution {
|
|||
public:
|
||||
|
||||
scoped_expr_substitution(expr_substitution& s): m_subst(s), m_trail(s.m()) {}
|
||||
~scoped_expr_substitution() {}
|
||||
|
||||
void insert(expr * s, expr * def, proof * def_pr = nullptr, expr_dependency * def_dep = nullptr) {
|
||||
if (!m_subst.contains(s)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue