3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

remove setting timeout proc to null #2591

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-27 06:48:17 -07:00
parent deb45c09e8
commit a424ab918b
3 changed files with 0 additions and 3 deletions

View file

@ -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;
}