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.
This commit is contained in:
Tom Tromey 2013-11-25 09:51:25 -07:00
parent e1b06ae220
commit 830f7a41e3
2 changed files with 5 additions and 2 deletions

View 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.

View 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)
{