From 1ce4db08a4b344e9c7ff5bbe2bc0361656652cb4 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 19 Jun 2013 22:20:58 +0000 Subject: [PATCH] * symfile.c (symfile_bfd_open): Delete unnecessary declaration. (get_section_index): Ditto. --- gdb/ChangeLog | 5 +++++ gdb/symfile.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08eb1d5..b2a9b91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-06-19 Doug Evans + + * symfile.c (symfile_bfd_open): Delete unnecessary declaration. + (get_section_index): Ditto. + 2013-06-19 Tom Tromey * breakpoint.c (_initialize_breakpoint): Remove trailing \n from diff --git a/gdb/symfile.c b/gdb/symfile.c index c2ad797..c22f19b 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -91,10 +91,6 @@ static void symbol_file_add_main_1 (char *args, int from_tty, int flags); static void add_symbol_file_command (char *, int); -bfd *symfile_bfd_open (char *); - -int get_section_index (struct objfile *, char *); - static const struct sym_fns *find_sym_fns (bfd *); static void decrement_reading_symtab (void *); -- 2.7.4