mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
adding div0
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1048abfd9f
commit
6cf7d8e523
6 changed files with 86 additions and 14 deletions
|
@ -435,7 +435,6 @@ namespace datalog {
|
|||
Since the destructor is protected, we cannot use the \c dealloc macro.
|
||||
*/
|
||||
void destroy() {
|
||||
SASSERT(this != nullptr);
|
||||
this->~base_ancestor();
|
||||
memory::deallocate(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue