mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix debug build
This commit is contained in:
parent
d79692b185
commit
d2fc88d675
1 changed files with 2 additions and 2 deletions
|
@ -1805,7 +1805,7 @@ namespace {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef Z3DEBUG
|
#if 0
|
||||||
bool check_lbls(enode * n) {
|
bool check_lbls(enode * n) {
|
||||||
approx_set lbls;
|
approx_set lbls;
|
||||||
approx_set plbls;
|
approx_set plbls;
|
||||||
|
@ -4027,7 +4027,7 @@ namespace smt {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Z3DEBUG
|
#ifdef Z3DEBUG
|
||||||
void pp(smt::code_tree * c) {
|
void pp(code_tree * c) {
|
||||||
c->display(std::cout);
|
c->display(std::cout);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue