mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove useless get_assignments in theory_str final check
This commit is contained in:
		
							parent
							
								
									f43a027447
								
							
						
					
					
						commit
						a7caa2fd2a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8734,8 +8734,8 @@ namespace smt {
 | 
			
		|||
        context & ctx = get_context();
 | 
			
		||||
        ast_manager & m = get_manager();
 | 
			
		||||
 | 
			
		||||
        expr_ref_vector assignments(m);
 | 
			
		||||
        ctx.get_assignments(assignments);
 | 
			
		||||
        //expr_ref_vector assignments(m);
 | 
			
		||||
        //ctx.get_assignments(assignments);
 | 
			
		||||
 | 
			
		||||
        if (opt_VerifyFinalCheckProgress) {
 | 
			
		||||
            finalCheckProgressIndicator = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue