mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	remove redundant assertion
This commit is contained in:
		
							parent
							
								
									5cc29bec14
								
							
						
					
					
						commit
						2fdb703865
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -496,7 +496,6 @@ namespace arith {
 | 
			
		|||
            return;
 | 
			
		||||
        if (x->get_root() == y->get_root())
 | 
			
		||||
            return;
 | 
			
		||||
        SASSERT(a.is_numeral(y->get_expr()));
 | 
			
		||||
        reset_evidence();
 | 
			
		||||
        set_evidence(ci1, m_core, m_eqs);
 | 
			
		||||
        set_evidence(ci2, m_core, m_eqs);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue