diff options
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r-- | gdb/ui-out.h | 2 |
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); |