mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
cleanup
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f15de18c4a
commit
1c15e078a4
|
@ -82,11 +82,6 @@ void set_warning_stream(std::ostream* strm) {
|
|||
g_warning_stream = strm;
|
||||
}
|
||||
|
||||
void register_warning() {
|
||||
// PARAM-TODO
|
||||
// p.register_bool_param("WARNING", g_warning_msgs, "enable/disable warning messages", true);
|
||||
}
|
||||
|
||||
void disable_error_msg_prefix() {
|
||||
g_show_error_msg_prefix = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue