mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
884a68251b
commit
1be22a80f6
6 changed files with 59 additions and 62 deletions
|
@ -1824,9 +1824,6 @@ ast * ast_manager::register_node_core(ast * n) {
|
|||
|
||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||
|
||||
if (n->m_id == 28 && is_lambda(n)) {
|
||||
// SASSERT(false);
|
||||
}
|
||||
// track_id(*this, n, 254);
|
||||
|
||||
TRACE("ast", tout << "Object " << n->m_id << " was created.\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue