mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +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
|
@ -27,9 +27,6 @@ fpa_rewriter::fpa_rewriter(ast_manager & m, params_ref const & p) :
|
|||
updt_params(p);
|
||||
}
|
||||
|
||||
fpa_rewriter::~fpa_rewriter() {
|
||||
}
|
||||
|
||||
void fpa_rewriter::updt_params(params_ref const & _p) {
|
||||
fpa_rewriter_params p(_p);
|
||||
m_hi_fp_unspecified = p.hi_fp_unspecified();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue