mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08: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:
parent
fde4f8ed8c
commit
f2052bbe7a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user