Remove mi_version function
authorTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 18:26:23 +0000 (12:26 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 19:13:12 +0000 (13:13 -0600)
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>
gdb/mi/mi-out.c
gdb/mi/mi-out.h

index 5ce24a309991ed882ccc4cdf985fc56d8446712f..29a416a426df3a4e82be9da02eb87c3819a748c5 100644 (file)
@@ -360,12 +360,6 @@ as_mi_ui_out (ui_out *uiout)
   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)
 {
index b63492f459c901afac0e40722d3441faa8268b66..10c9f8a45854be839532eec90ae6bc5c599c106d 100644 (file)
@@ -145,7 +145,6 @@ private:
    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);