mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
remove obsolete declaration
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.
This commit is contained in:
@@ -229,6 +229,4 @@ extern void deprecated_add_core_fns (struct core_fns *cf);
|
||||
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) */
|
||||
|
||||
Reference in New Issue
Block a user