3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-01 23:00:06 -08:00
parent f15de18c4a
commit 1c15e078a4

View file

@ -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;
}