aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2012-06-12 00:58:56 +0000
committerStan Shebs <shebs@codesourcery.com>2012-06-12 00:58:56 +0000
commita6feecf7444322ebd3b08e6fac8de65958910ec5 (patch)
tree34bead2b33b4722a363ea30e4d055bed29fdcd11 /gdb/ui-out.h
parent83b18be2fd926c0149448bbf21fd345bfa9ff830 (diff)
downloadgdb-a6feecf7444322ebd3b08e6fac8de65958910ec5.zip
gdb-a6feecf7444322ebd3b08e6fac8de65958910ec5.tar.gz
gdb-a6feecf7444322ebd3b08e6fac8de65958910ec5.tar.bz2
* ui-out.h: Remove #if 0 declarations.
* ui-out.c: Remove #if 0 functions.
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r--gdb/ui-out.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 4b9725f..0ffe51d 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -142,30 +142,6 @@ extern int ui_out_test_flags (struct ui_out *uiout, int mask);
extern int ui_out_query_field (struct ui_out *uiout, int colno,
int *width, int *alignment, char **col_name);
-#if 0
-extern void ui_out_result_begin (struct ui_out *uiout, char *class);
-
-extern void ui_out_result_end (struct ui_out *uiout);
-
-extern void ui_out_info_begin (struct ui_out *uiout, char *class);
-
-extern void ui_out_info_end (struct ui_out *uiout);
-
-extern void ui_out_notify_begin (struct ui_out *uiout, char *class);
-
-extern void ui_out_notify_end (struct ui_out *uiout);
-
-extern void ui_out_error_begin (struct ui_out *uiout, char *class);
-
-extern void ui_out_error_end (struct ui_out *uiout);
-#endif
-
-#if 0
-extern void gdb_error (struct ui_out *uiout, int severity, char *format, ...);
-
-extern void gdb_query (struct ui_out *uiout, int qflags, char *qprompt);
-#endif
-
/* HACK: Code in GDB is currently checking to see the type of ui_out
builder when determining which output to produce. This function is
a hack to encapsulate that test. Once GDB manages to separate the