3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

Remove disable_error_msg_prefix.

This wasn't used or actually implemented to do anything.
This commit is contained in:
Bruce Mitchener 2018-10-21 20:29:01 +07:00
parent 129353542c
commit a73cf590db
2 changed files with 0 additions and 7 deletions

View file

@ -31,8 +31,6 @@ void set_warning_stream(std::ostream* strm);
void warning_msg(const char * msg, ...);
void disable_error_msg_prefix();
void format2ostream(std::ostream& out, char const* fmt, va_list args);
class warning_displayer {