aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-04 18:48:25 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-07-04 18:48:25 +0000
commit65743aba62ae276dfb203e8771201e912545b0b5 (patch)
tree5a854f8c538ea223984e6a61a1fb2d47b57f8f6e /gdb/ui-out.h
parentc37a5aab6bd608c42a072ddf187a77b149c2b0de (diff)
downloadgdb-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.h')
-rw-r--r--gdb/ui-out.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 5265902..71026e0 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);