This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OB PATCH] mdebugread.c (parse_procedure): Delete unnecessary forward decl.


Hi.

Committed as obvious.

2014-11-02  Doug Evans  <xdje42@gmail.com>

	* mdebugread.c (parse_procedure): Delete unnecessary forward decl.

diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index eba5298..1d7c6ae 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -1919,8 +1919,6 @@ upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend,
    to look for the function which contains the MDEBUG_EFI_SYMBOL_NAME symbol
    in question, or NULL to use top_stack->cur_block.  */
 
-static void parse_procedure (PDR *, struct symtab *, struct partial_symtab *);
-
 static void
 parse_procedure (PDR *pr, struct symtab *search_symtab,
 		 struct partial_symtab *pst)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]