mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue