mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove unused return value of mk_enode following #1856
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									808d2eb60f
								
							
						
					
					
						commit
						bb979a194e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -341,7 +341,7 @@ class theory_lra::imp {
 | 
			
		|||
        }
 | 
			
		||||
        app_ref cnst(a.mk_numeral(rational(c), is_int), m);
 | 
			
		||||
        TRACE("arith", tout << "add " << cnst << "\n";);
 | 
			
		||||
        enode* e = mk_enode(cnst);
 | 
			
		||||
        mk_enode(cnst);
 | 
			
		||||
        theory_var v = mk_var(cnst);
 | 
			
		||||
        var = m_solver->add_var(v, true);
 | 
			
		||||
        m_theory_var2var_index.setx(v, var, UINT_MAX);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue