* ui-out.h (ui_out_get_field_separator): Remove prototype.
+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.
}
-/* Access to ui_out format private members. */
-
-void
-ui_out_get_field_separator (struct ui_out *uiout)
-{
-}
-
/* Access to ui-out members data. */
void *
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);