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 476e7bd0b824bdb89ad275972d559263fe1f5056..3449b721111c0e0206fca85db9475075a3da47eb 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 904480349c965db310327591755529ba7aabd658..db830c7a836665144eba6411ce941923de259020 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)
 {