deprecated_core_resize_section_table is declared but never defined.
This patch removes the stale declaration.
2014-01-13 Tom Tromey <tromey@redhat.com>
* gdbcore.h (deprecated_core_resize_section_table): Remove.
+2014-01-13 Tom Tromey <tromey@redhat.com>
+
+ * gdbcore.h (deprecated_core_resize_section_table): Remove.
+
2014-01-13 Tom Tromey <tromey@redhat.com>
* defs.h (use_windows): Remove.
extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
extern int default_check_format (bfd * abfd);
-struct target_section *deprecated_core_resize_section_table (int num_added);
-
#endif /* !defined (GDBCORE_H) */