diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-29 19:35:02 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-13 14:25:49 -0700 |
commit | c2cec97c243a014ce2535fc7ccef771f13d5e39a (patch) | |
tree | 7fabac5868b2e5c404c10308768dccb8fd0c1587 /gdb/gdbcore.h | |
parent | 78e5999d375b8ceae5b114b7cfed4b2c20779921 (diff) | |
download | binutils-gdb-c2cec97c243a014ce2535fc7ccef771f13d5e39a.tar.gz |
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.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index acf785cdc72..5a3ed453e70 100644 --- a/gdb/gdbcore.h +++ b/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) */ |