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:
Tom Tromey 2013-12-29 19:35:02 -07:00
parent 78e5999d37
commit c2cec97c24
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

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