diff options
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r-- | gdb/ui-out.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c index ed32da3ded8..71e6d6ac070 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -437,15 +437,6 @@ make_cleanup_ui_out_end (struct ui_out *uiout, } struct cleanup * -make_cleanup_ui_out_begin_end (struct ui_out *uiout, - enum ui_out_type type, - const char *id) -{ - ui_out_begin (uiout, type, id); - return make_cleanup_ui_out_end (uiout, type); -} - -struct cleanup * make_cleanup_ui_out_tuple_begin_end (struct ui_out *uiout, const char *id) { |