mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove references to _DEBUG use Z3DEBUG instead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
43202572ee
commit
6cf76f2113
4 changed files with 14 additions and 17 deletions
|
@ -435,11 +435,7 @@ namespace datalog {
|
|||
void destroy() {
|
||||
SASSERT(this);
|
||||
this->~base_ancestor();
|
||||
#if _DEBUG
|
||||
memory::deallocate(__FILE__, __LINE__, this);
|
||||
#else
|
||||
memory::deallocate(this);
|
||||
#endif
|
||||
}
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue