[FYI] Removed unused declaration

Message ID 20170923201340.25725-1-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey Sept. 23, 2017, 8:13 p.m. UTC
  An earlier patch of mine removed make_cleanup_override_quit_handler,
but neglected to remove the declaration.  This patch removes it.
Tested by rebuilding.  I'm committing this as obvious.

ChangeLog
2017-09-23  Tom Tromey  <tom@tromey.com>

	* defs.h (make_cleanup_override_quit_handler): Don't declare.
---
 gdb/ChangeLog | 4 ++++
 gdb/defs.h    | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)
  

Patch

diff --git a/gdb/defs.h b/gdb/defs.h
index af9e32e..077a816 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -155,12 +155,6 @@  extern void set_quit_flag (void);
 typedef void (quit_handler_ftype) (void);
 extern quit_handler_ftype *quit_handler;
 
-/* Override the current quit handler.  Sets NEW_QUIT_HANDLER as
-   current quit handler, and installs a cleanup that when run restores
-   the previous quit handler.  */
-struct cleanup *
-  make_cleanup_override_quit_handler (quit_handler_ftype *new_quit_handler);
-
 /* The default quit handler.  Checks whether Ctrl-C was pressed, and
    if so: