mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
take ast.cpp from Z3Prover master
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
cd33550f32
commit
ef87054fe0
|
@ -1929,9 +1929,6 @@ void ast_manager::delete_node(ast * n) {
|
|||
TRACE("mk_var_bug", tout << "del_ast: " << " " << n->m_ref_count << "\n";);
|
||||
TRACE("ast_delete_node", tout << mk_bounded_pp(n, *this) << "\n";);
|
||||
|
||||
// SASSERT(m_ast_table.contains(n));
|
||||
m_ast_table.erase(n);
|
||||
SASSERT(!m_ast_table.contains(n));
|
||||
SASSERT(!m_debug_ref_count || !m_debug_free_indices.contains(n->m_id));
|
||||
|
||||
#ifdef RECYCLE_FREE_AST_INDICES
|
||||
|
|
Loading…
Reference in a new issue