summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-06-19 22:20:58 +0000
committerDoug Evans <dje@google.com>2013-06-19 22:20:58 +0000
commit2bc75af3916835a6b202a7fda7522208dc118ce0 (patch)
treed803ce848656be6aecc3bde8d0f3d1ff677d96ba /gdb/symfile.c
parent0252e90ede531c864c0e079c45df7218680f71d6 (diff)
downloadgdb-2bc75af3916835a6b202a7fda7522208dc118ce0.tar.gz
* symfile.c (symfile_bfd_open): Delete unnecessary declaration.
(get_section_index): Ditto.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index c2ad7975091..c22f19b0074 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 *);