3
0
Fork 0
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:
Nikolaj Bjorner 2017-08-01 12:46:38 -07:00
parent be8add44e9
commit 4d07fa5db3

View file

@ -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();