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:
parent
129353542c
commit
a73cf590db
2 changed files with 0 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue