mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
use ifdef instead of if for _TRACE
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be8add44e9
commit
4d07fa5db3
|
@ -70,7 +70,7 @@ static void init_values() {
|
|||
g_value[i] = heap_rand();
|
||||
}
|
||||
|
||||
#if _TRACE
|
||||
#ifdef _TRACE
|
||||
static void dump_heap(const int_heap2 & h, std::ostream & out) {
|
||||
// int_heap2::const_iterator it = h.begin();
|
||||
// int_heap2::const_iterator end = h.end();
|
||||
|
|
Loading…
Reference in a new issue