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:
parent
78e5999d37
commit
c2cec97c24
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user