mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
removed ini_file
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
823dd6ca47
commit
9374a4e20a
38 changed files with 82 additions and 1971 deletions
|
@ -40,7 +40,6 @@ static smtlib::solver* g_solver = 0;
|
|||
static cmd_context * g_cmd_context = 0;
|
||||
|
||||
static void display_statistics() {
|
||||
display_config();
|
||||
clock_t end_time = clock();
|
||||
if ((g_solver || g_cmd_context) && g_display_statistics) {
|
||||
std::cout.flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue