The mi_version function is unused, and I think it's better overall if
it is never used. This patch removes it. Tested by rebuilding.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
return gdb::checked_static_cast<mi_ui_out *> (uiout);
}
-int
-mi_version (ui_out *uiout)
-{
- return as_mi_ui_out (uiout)->version ();
-}
-
void
mi_out_put (ui_out *uiout, struct ui_file *stream)
{
Return nullptr if an invalid version is provided. */
mi_ui_out *mi_out_new (const char *mi_version);
-int mi_version (ui_out *uiout);
void mi_out_put (ui_out *uiout, struct ui_file *stream);
void mi_out_rewind (ui_out *uiout);