mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	ctx-simplify: simplify destructor
This commit is contained in:
		
							parent
							
								
									98c5a5c86c
								
							
						
					
					
						commit
						293566d464
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -177,8 +177,7 @@ struct ctx_simplify_tactic::imp {
 | 
			
		|||
 | 
			
		||||
    ~imp() {
 | 
			
		||||
        pop(scope_level());
 | 
			
		||||
        SASSERT(scope_level() == 0);
 | 
			
		||||
        restore_cache(0);
 | 
			
		||||
        SASSERT(scope_level() == 0 && m_cache_undo.empty());
 | 
			
		||||
        DEBUG_CODE({
 | 
			
		||||
            for (unsigned i = 0; i < m_cache.size(); i++) {
 | 
			
		||||
                CTRACE("ctx_simplify_tactic_bug", m_cache[i].m_from, 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue