mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	fixed unused variable warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									e0f4d870fd
								
							
						
					
					
						commit
						c98f0c8307
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -332,7 +332,7 @@ namespace datalog { | |||
|         smt::quantifier_manager* qm = ctx.get_quantifier_manager(); | ||||
|         qm->get_plugin()->set_instance_plugin(alloc(instance_plugin, *this)); | ||||
| #endif | ||||
|         lbool res = solver.check(); | ||||
|         solver.check(); | ||||
| 
 | ||||
|         for (unsigned i = 0; i < m_bindings.size(); ++i) { | ||||
|             expr_ref_vector& binding = m_bindings[i]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue