diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:48:25 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-04 18:48:25 +0000 |
commit | 65743aba62ae276dfb203e8771201e912545b0b5 (patch) | |
tree | 5a854f8c538ea223984e6a61a1fb2d47b57f8f6e /gdb/ui-out.c | |
parent | c37a5aab6bd608c42a072ddf187a77b149c2b0de (diff) | |
download | gdb-65743aba62ae276dfb203e8771201e912545b0b5.zip gdb-65743aba62ae276dfb203e8771201e912545b0b5.tar.gz gdb-65743aba62ae276dfb203e8771201e912545b0b5.tar.bz2 |
* ui-out.c (ui_out_get_field_separator): Remove unused function.
* ui-out.h (ui_out_get_field_separator): Remove prototype.
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r-- | gdb/ui-out.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c index a2abf57..b022cae 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 * |