]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
remove unused deprecated_flush_hook declaration
authorTom Tromey <tromey@redhat.com>
Sat, 28 Dec 2013 21:43:25 +0000 (14:43 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 13 Jan 2014 21:25:47 +0000 (14:25 -0700)
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.

gdb/ChangeLog
gdb/defs.h

index 2355f532f1f272091b3e11230ce7ad504e7a25db..5e3975f409e1910c4be1d8932610c3eb21f7d131 100644 (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
index 4aee7bb52913f7becfc8c845c0644e71bc0f2c17..7a7d47412fc1455bf826e33a7f20443e638d34e1 100644 (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;