From e82149ff2aa7f91090a440daa882b8c0c37840a9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 2 Nov 2014 21:34:59 -0800 Subject: [PATCH] mdebugread.c (parse_procedure): Delete unnecessary forward decl. gdb/ChangeLog: * mdebugread.c (parse_procedure): Delete unnecessary forward decl. --- gdb/ChangeLog | 4 ++++ gdb/mdebugread.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 25895c156c..f09715c7ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-11-02 Doug Evans + + * mdebugread.c (parse_procedure): Delete unnecessary forward decl. + 2014-11-02 Doug Evans * xcoffread.c (process_linenos): Delete unnecessary zeroing of diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index eba52983f3..1d7c6aeb9d 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)