mdebugread.c (parse_procedure): Delete unnecessary forward decl.
authorDoug Evans <xdje42@gmail.com>
Mon, 3 Nov 2014 05:34:59 +0000 (21:34 -0800)
committerDoug Evans <xdje42@gmail.com>
Mon, 3 Nov 2014 05:34:59 +0000 (21:34 -0800)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/mdebugread.c

index 25895c1..f09715c 100644 (file)
@@ -1,5 +1,9 @@
 2014-11-02  Doug Evans  <xdje42@gmail.com>
 
+       * mdebugread.c (parse_procedure): Delete unnecessary forward decl.
+
+2014-11-02  Doug Evans  <xdje42@gmail.com>
+
        * xcoffread.c (process_linenos): Delete unnecessary zeroing of
        main_subfile before returning.
 
index eba5298..1d7c6ae 100644 (file)
@@ -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)