mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 05:29:28 +00:00
remove unneeded constructors (last round)
This commit is contained in:
parent
44ec259c4c
commit
bb26f219fe
37 changed files with 65 additions and 276 deletions
|
@ -76,7 +76,6 @@ class array_map {
|
|||
public:
|
||||
|
||||
array_map() = default;
|
||||
array_map(array_map&&) noexcept = default;
|
||||
array_map(Plugin const & p) : m_plugin(p) {}
|
||||
|
||||
~array_map() { really_flush(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue