Browse Source

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.
gdb-7.8-branch
Tom Tromey 13 years ago
parent
commit
c2cec97c24
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/gdbcore.h

4
gdb/ChangeLog

@ -1,3 +1,7 @@
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.

2
gdb/gdbcore.h

@ -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) */

Loading…
Cancel
Save