mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	remove unused variable
This commit is contained in:
		
							parent
							
								
									9ee7326a19
								
							
						
					
					
						commit
						f22f4da023
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -151,6 +151,7 @@ void theory_str::assert_axiom(expr * e) {
 | 
			
		|||
        ctx.internalize(e, true);
 | 
			
		||||
    }
 | 
			
		||||
    literal lit(ctx.get_literal(e));
 | 
			
		||||
    // TESTING!
 | 
			
		||||
    ctx.mark_as_relevant(lit);
 | 
			
		||||
    ctx.mk_th_axiom(get_id(), 1, &lit);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -3459,7 +3460,6 @@ void theory_str::process_concat_eq_type3(expr * concatAst1, expr * concatAst2) {
 | 
			
		|||
    else {
 | 
			
		||||
        // Split type -1. We know nothing about the length...
 | 
			
		||||
 | 
			
		||||
        int optionTotal = 2 + strValue.length();
 | 
			
		||||
        expr_ref_vector or_item(mgr);
 | 
			
		||||
        unsigned option = 0;
 | 
			
		||||
        expr_ref_vector and_item(mgr);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue