From patchwork Mon Nov 3 05:36:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 3563 Received: (qmail 25126 invoked by alias); 3 Nov 2014 05:37:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 25117 invoked by uid 89); 3 Nov 2014 05:37:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KAM_STOCKGEN, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f49.google.com Received: from mail-pa0-f49.google.com (HELO mail-pa0-f49.google.com) (209.85.220.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 03 Nov 2014 05:37:33 +0000 Received: by mail-pa0-f49.google.com with SMTP id lj1so11348089pab.8 for ; Sun, 02 Nov 2014 21:37:31 -0800 (PST) X-Received: by 10.68.68.137 with SMTP id w9mr41031742pbt.71.1414993051565; Sun, 02 Nov 2014 21:37:31 -0800 (PST) Received: from sspiff.org (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id r2sm1932543pdi.60.2014.11.02.21.37.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Nov 2014 21:37:30 -0800 (PST) Received: by sspiff.org (sSMTP sendmail emulation); Sun, 02 Nov 2014 21:36:38 -0800 From: Doug Evans To: gdb-patches@sourceware.org Subject: [OB PATCH] mdebugread.c (parse_procedure): Delete unnecessary forward decl. Date: Sun, 02 Nov 2014 21:36:38 -0800 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Hi. Committed as obvious. 2014-11-02 Doug Evans * 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)