* ui-out.c (ui_out_get_field_separator): Remove unused function.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 4 Jul 2011 18:48:25 +0000 (18:48 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Mon, 4 Jul 2011 18:48:25 +0000 (18:48 +0000)
* ui-out.h (ui_out_get_field_separator): Remove prototype.

gdb/ChangeLog
gdb/ui-out.c
gdb/ui-out.h

index a2c30ec..6dab64c 100644 (file)
@@ -1,5 +1,10 @@
 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
+       * ui-out.c (ui_out_get_field_separator): Remove unused function.
+       * ui-out.h (ui_out_get_field_separator): Remove prototype.
+
+2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
        * symtab.c (expand_line_sal): Remove empty line.
 
 2011-07-04  Thomas Schwinge  <thomas@schwinge.name>
index a2abf57..b022cae 100644 (file)
@@ -1113,13 +1113,6 @@ specified after table_body and inside a list."));
 }
 
 
-/* Access to ui_out format private members.  */
-
-void
-ui_out_get_field_separator (struct ui_out *uiout)
-{
-}
-
 /* Access to ui-out members data.  */
 
 void *
index 5265902..71026e0 100644 (file)
@@ -146,8 +146,6 @@ extern void ui_out_wrap_hint (struct ui_out *uiout, char *identstring);
 
 extern void ui_out_flush (struct ui_out *uiout);
 
-extern void ui_out_get_field_separator (struct ui_out *uiout);
-
 extern int ui_out_set_flags (struct ui_out *uiout, int mask);
 
 extern int ui_out_clear_flags (struct ui_out *uiout, int mask);