]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ui-out.c
2003-06-08 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ui-out.c
index ed32da3ded83c28949891a8a5129b0d14d749370..71e6d6ac070ead3a98529ba8955435b20a0944a2 100644 (file)
@@ -436,15 +436,6 @@ make_cleanup_ui_out_end (struct ui_out *uiout,
   return make_cleanup (do_cleanup_end, end_cleanup_data);
 }
 
-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)