mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
cleanup
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f15de18c4a
commit
1c15e078a4
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ void set_warning_stream(std::ostream* strm) {
|
||||||
g_warning_stream = 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() {
|
void disable_error_msg_prefix() {
|
||||||
g_show_error_msg_prefix = false;
|
g_show_error_msg_prefix = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue