aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-29 19:35:02 -0700
committerTom Tromey <tromey@redhat.com>2014-01-13 14:25:49 -0700
commitc2cec97c243a014ce2535fc7ccef771f13d5e39a (patch)
tree7fabac5868b2e5c404c10308768dccb8fd0c1587 /gdb/gdbcore.h
parent78e5999d375b8ceae5b114b7cfed4b2c20779921 (diff)
downloadfsf-binutils-gdb-c2cec97c243a014ce2535fc7ccef771f13d5e39a.zip
fsf-binutils-gdb-c2cec97c243a014ce2535fc7ccef771f13d5e39a.tar.gz
fsf-binutils-gdb-c2cec97c243a014ce2535fc7ccef771f13d5e39a.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index acf785c..5a3ed45 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) */