diff options
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r-- | gdb/ui-out.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 6a4d78a..9e1e74d 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -247,8 +247,4 @@ extern void ui_out_destroy (struct ui_out *uiout); extern int ui_out_redirect (struct ui_out *uiout, struct ui_file *outstream); -/* Make a cleanup that restores the previous current uiout. */ - -extern struct cleanup *make_cleanup_restore_current_uiout (void); - #endif /* UI_OUT_H */ |