mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +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
|
@ -18,7 +18,6 @@ Revision History:
|
|||
--*/
|
||||
|
||||
#include"util.h"
|
||||
#include"ini_file.h"
|
||||
|
||||
unsigned g_verbosity_level = 0;
|
||||
|
||||
|
@ -30,8 +29,9 @@ unsigned get_verbosity_level() {
|
|||
return g_verbosity_level;
|
||||
}
|
||||
|
||||
void register_verbosity_level(ini_params & p) {
|
||||
p.register_unsigned_param("VERBOSE", g_verbosity_level, "be verbose, where the value is the verbosity level", true);
|
||||
void register_verbosity_level() {
|
||||
// PARAM-TODO
|
||||
// p.register_unsigned_param("VERBOSE", g_verbosity_level, "be verbose, where the value is the verbosity level", true);
|
||||
}
|
||||
|
||||
static std::ostream* g_verbose_stream = &std::cerr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue