mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +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
|
@ -127,9 +127,6 @@ struct blaster_rewriter_cfg : public default_rewriter_cfg {
|
|||
updt_params(p);
|
||||
}
|
||||
|
||||
~blaster_rewriter_cfg() {
|
||||
}
|
||||
|
||||
void updt_params(params_ref const & p) {
|
||||
m_max_memory = megabytes_to_bytes(p.get_uint("max_memory", UINT_MAX));
|
||||
m_max_steps = p.get_uint("max_steps", UINT_MAX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue