aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-28 14:43:25 -0700
committerTom Tromey <tromey@redhat.com>2014-01-13 14:25:47 -0700
commitf2052bbe7a66ae99d72b48477289f1fea32bc982 (patch)
tree193dc6be04b4bd792cbecf39294e1e8260fe4610 /gdb
parentfde4f8ed8ce077b652f046ada8b208eaccbf3a7a (diff)
downloadgdb-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')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/defs.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2355f53..5e3975f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/defs.h b/gdb/defs.h
index 4aee7bb..7a7d474 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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;