aboutsummaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-25 09:51:25 -0700
committerTom Tromey <tromey@redhat.com>2013-12-06 12:13:55 -0700
commit830f7a41e3fb3572d816a9ad257e6d470b8de406 (patch)
tree967f99c852d7e3f7a04ecd7f31b8c59f3d442721 /gdb/minsyms.c
parente1b06ae220497540d09b295b885dff0c0eb85c4c (diff)
remove unnecessary declaration
This removes an unnecessary declaration from minsyms.c. 2013-12-06 Tom Tromey <tromey@redhat.com> * minsyms.c (get_symbol_leading_char): Remove unnecessary declaration.
Diffstat (limited to 'gdb/minsyms.c')
-rw-r--r--gdb/minsyms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/minsyms.c b/gdb/minsyms.c
index 904480349c..db830c7a83 100644
--- a/gdb/minsyms.c
+++ b/gdb/minsyms.c
@@ -843,8 +843,6 @@ lookup_minimal_symbol_and_objfile (const char *name)
/* Return leading symbol character for a BFD. If BFD is NULL,
return the leading symbol character from the main objfile. */
-static int get_symbol_leading_char (bfd *);
-
static int
get_symbol_leading_char (bfd *abfd)
{