From c2cec97c243a014ce2535fc7ccef771f13d5e39a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 29 Dec 2013 19:35:02 -0700 Subject: remove obsolete declaration deprecated_core_resize_section_table is declared but never defined. This patch removes the stale declaration. 2014-01-13 Tom Tromey * gdbcore.h (deprecated_core_resize_section_table): Remove. --- gdb/gdbcore.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/gdbcore.h') 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) */ -- cgit v1.2.1