mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
remove unused deprecated_flush_hook declaration
deprecated_flush_hook is declared in defs.h but never defined. This patch removes the stale declaration. 2014-01-13 Tom Tromey <tromey@redhat.com> * defs.h (deprecated_flush_hook): Remove.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2014-01-13 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* defs.h (deprecated_flush_hook): Remove.
|
||||
|
||||
2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
PR threads/16216
|
||||
|
||||
@@ -710,7 +710,6 @@ extern int (*deprecated_query_hook) (const char *, va_list)
|
||||
ATTRIBUTE_FPTR_PRINTF(1,0);
|
||||
extern void (*deprecated_warning_hook) (const char *, va_list)
|
||||
ATTRIBUTE_FPTR_PRINTF(1,0);
|
||||
extern void (*deprecated_flush_hook) (struct ui_file * stream);
|
||||
extern void (*deprecated_interactive_hook) (void);
|
||||
extern void (*deprecated_readline_begin_hook) (char *, ...)
|
||||
ATTRIBUTE_FPTR_PRINTF_1;
|
||||
|
||||
Reference in New Issue
Block a user