mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +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
|
@ -221,8 +221,6 @@ struct model::top_sort : public ::top_sort<func_decl> {
|
|||
m_occur_count.find(f, count);
|
||||
return count;
|
||||
}
|
||||
|
||||
~top_sort() override {}
|
||||
};
|
||||
|
||||
void model::compress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue