mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
use scoped interval
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
896a1b2048
commit
cf3f06ee26
3 changed files with 65 additions and 59 deletions
|
@ -1794,7 +1794,7 @@ bool ast_manager::slow_not_contains(ast const * n) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
static unsigned s_count = 0;
|
||||
static void track_id(ast* n, unsigned id) {
|
||||
if (n->get_id() != id) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue