]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/utils.h
Introduce cleanup to restore current_uiout
[thirdparty/binutils-gdb.git] / gdb / utils.h
index 6080f5bc7d3a032d7c55a4c5807df22b727cd77f..bf77d7daba0135af010d5076e91b5b56d0b0e766 100644 (file)
@@ -93,9 +93,6 @@ extern struct cleanup *make_cleanup_restore_uinteger (unsigned int *variable);
 struct target_ops;
 extern struct cleanup *make_cleanup_unpush_target (struct target_ops *ops);
 
-
-extern struct cleanup *
-  make_cleanup_restore_ui_out (struct ui_out **variable);
 extern struct cleanup *
   make_cleanup_restore_ui_file (struct ui_file **variable);