diff options
author | Stan Shebs <shebs@codesourcery.com> | 2012-06-12 00:58:56 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2012-06-12 00:58:56 +0000 |
commit | a6feecf7444322ebd3b08e6fac8de65958910ec5 (patch) | |
tree | 34bead2b33b4722a363ea30e4d055bed29fdcd11 /gdb/ui-out.c | |
parent | 83b18be2fd926c0149448bbf21fd345bfa9ff830 (diff) | |
download | gdb-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.c')
-rw-r--r-- | gdb/ui-out.c | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c index ec68cdd..afd15f9 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -644,61 +644,6 @@ ui_out_get_verblvl (struct ui_out *uiout) return 0; } -#if 0 -void -ui_out_result_begin (struct ui_out *uiout, char *class) -{ -} - -void -ui_out_result_end (struct ui_out *uiout) -{ -} - -void -ui_out_info_begin (struct ui_out *uiout, char *class) -{ -} - -void -ui_out_info_end (struct ui_out *uiout) -{ -} - -void -ui_out_notify_begin (struct ui_out *uiout, char *class) -{ -} - -void -ui_out_notify_end (struct ui_out *uiout) -{ -} - -void -ui_out_error_begin (struct ui_out *uiout, char *class) -{ -} - -void -ui_out_error_end (struct ui_out *uiout) -{ -} -#endif - -#if 0 -void -gdb_error (ui_out * uiout, int severity, char *format,...) -{ - va_list args; -} - -void -gdb_query (struct ui_out *uiout, int qflags, char *qprompt) -{ -} -#endif - int ui_out_is_mi_like_p (struct ui_out *uiout) { |