From 65743aba62ae276dfb203e8771201e912545b0b5 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Mon, 4 Jul 2011 18:48:25 +0000 Subject: [PATCH] * ui-out.c (ui_out_get_field_separator): Remove unused function. * ui-out.h (ui_out_get_field_separator): Remove prototype. --- gdb/ChangeLog | 5 +++++ gdb/ui-out.c | 7 ------- gdb/ui-out.h | 2 -- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a2c30ec3c30..6dab64cbcdb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-07-04 Thiago Jung Bauermann + + * 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 * symtab.c (expand_line_sal): Remove empty line. diff --git a/gdb/ui-out.c b/gdb/ui-out.c index a2abf579555..b022cae0d19 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -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 * diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 5265902265f..71026e02d3c 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -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); -- 2.30.2