diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-28 14:43:25 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-13 14:25:47 -0700 |
commit | f2052bbe7a66ae99d72b48477289f1fea32bc982 (patch) | |
tree | 193dc6be04b4bd792cbecf39294e1e8260fe4610 /gdb/defs.h | |
parent | fde4f8ed8ce077b652f046ada8b208eaccbf3a7a (diff) | |
download | gdb-f2052bbe7a66ae99d72b48477289f1fea32bc982.zip gdb-f2052bbe7a66ae99d72b48477289f1fea32bc982.tar.gz gdb-f2052bbe7a66ae99d72b48477289f1fea32bc982.tar.bz2 |
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.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |