mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	remove debug code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									7d585b5cfd
								
							
						
					
					
						commit
						ba5bc90d7c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1674,7 +1674,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_manager& m, ast* n, unsigned id) { | ||||
|  | @ -1715,7 +1715,7 @@ ast * ast_manager::register_node_core(ast * n) { | |||
| 
 | ||||
|     n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();         | ||||
| 
 | ||||
|     track_id(*this, n, 715); | ||||
|   //  track_id(*this, n, 715);
 | ||||
|      | ||||
| //    TRACE(ast, tout << (s_count++) << " Object " << n->m_id << " was created.\n";);
 | ||||
|     TRACE(mk_var_bug, tout << "mk_ast: " << n->m_id << "\n";); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue