3
0
Fork 0
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:
Nikolaj Bjorner 2016-02-29 20:23:20 -08:00
parent 43202572ee
commit 6cf76f2113
4 changed files with 14 additions and 17 deletions

View file

@ -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:
/**