mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
Remove redundant register_on_timeout_proc
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
157b5f0d9c
commit
37215b03bc
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ unsigned read_smtlib2_commands(char const * file_name) {
|
||||||
install_subpaving_cmds(ctx);
|
install_subpaving_cmds(ctx);
|
||||||
|
|
||||||
g_cmd_context = &ctx;
|
g_cmd_context = &ctx;
|
||||||
register_on_timeout_proc(on_timeout);
|
|
||||||
signal(SIGINT, on_ctrl_c);
|
signal(SIGINT, on_ctrl_c);
|
||||||
|
|
||||||
bool result = true;
|
bool result = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue