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:
Tom Tromey 2013-12-28 14:43:25 -07:00
parent fde4f8ed8c
commit f2052bbe7a
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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;