mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
refactor: remove t_str_refcount_hack traces
This commit is contained in:
parent
cff7c450c3
commit
5107e5cafc
3 changed files with 0 additions and 24 deletions
|
@ -1829,7 +1829,6 @@ void ast_manager::delete_node(ast * n) {
|
|||
TRACE("ast", tout << "Deleting object " << n->m_id << " " << n << "\n";);
|
||||
CTRACE("del_quantifier", is_quantifier(n), tout << "deleting quantifier " << n->m_id << " " << n << "\n";);
|
||||
TRACE("mk_var_bug", tout << "del_ast: " << n->m_id << "\n";);
|
||||
TRACE("t_str_refcount_hack", tout << "delete ast " << n->m_id << std::endl;);
|
||||
TRACE("ast_delete_node", tout << mk_bounded_pp(n, *this) << "\n";);
|
||||
|
||||
SASSERT(m_ast_table.contains(n));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue