remove unnecessary declaration
authorTom Tromey <tromey@redhat.com>
Mon, 25 Nov 2013 16:51:25 +0000 (09:51 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 6 Dec 2013 19:13:55 +0000 (12:13 -0700)
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.

gdb/ChangeLog
gdb/minsyms.c

index 476e7bd..3449b72 100644 (file)
@@ -1,5 +1,10 @@
 2013-12-06  Tom Tromey  <tromey@redhat.com>
 
+       * minsyms.c (get_symbol_leading_char): Remove unnecessary
+       declaration.
+
+2013-12-06  Tom Tromey  <tromey@redhat.com>
+
        * psympriv.h (struct partial_symtab) <user>: Move earlier.
 
 2013-12-06  Tom Tromey  <tromey@redhat.com>
index 9044803..db830c7 100644 (file)
@@ -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)
 {