mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	remove setting timeout proc to null #2591
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									deb45c09e8
								
							
						
					
					
						commit
						a424ab918b
					
				
					 3 changed files with 0 additions and 3 deletions
				
			
		|  | @ -257,7 +257,6 @@ unsigned read_datalog(char const * file) { | |||
|             true); | ||||
|         return ERR_MEMOUT; | ||||
|     } | ||||
|     register_on_timeout_proc(nullptr); | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -91,7 +91,6 @@ void run_solver(lp_params & params, char const * mps_file_name) { | |||
|     } | ||||
| 
 | ||||
|     display_statistics(); | ||||
|     register_on_timeout_proc(nullptr); | ||||
|     g_solver = nullptr; | ||||
|     delete solver; | ||||
| } | ||||
|  |  | |||
|  | @ -127,7 +127,6 @@ static unsigned parse_opt(std::istream& in, opt_format f) { | |||
|         std::cerr << ex.msg() << "\n"; | ||||
|     } | ||||
|     display_statistics(); | ||||
|     register_on_timeout_proc(nullptr); | ||||
|     g_opt = nullptr; | ||||
|     return 0; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue