From patchwork Fri May 8 16:00:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 6634 Received: (qmail 82677 invoked by alias); 8 May 2015 16:00:58 -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 82662 invoked by uid 89); 8 May 2015 16:00:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 08 May 2015 16:00:56 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 8A995AC7CD for ; Fri, 8 May 2015 16:00:55 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t48G0q5I017748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 8 May 2015 12:00:54 -0400 Date: Fri, 8 May 2015 18:00:51 +0200 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [obv] Remove unused declaration of print_return_value. Message-ID: <20150508160051.GA26695@host1.jankratochvil.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes gdb/ChangeLog 2015-05-08 Jan Kratochvil * infcmd.c (print_return_value): Remove unused declaration. --- gdb/ChangeLog | 4 ++++ gdb/infcmd.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a08544d..d31fee5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-05-08 Jan Kratochvil + + * infcmd.c (print_return_value): Remove unused declaration. + 2015-05-08 Joel Brobecker * dwarf2read.c (attr_to_dynamic_prop) diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 7e2484b..11d5310 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -59,9 +59,6 @@ static void nofp_registers_info (char *, int); -static void print_return_value (struct value *function, - struct type *value_type); - static void until_next_command (int); static void until_command (char *, int);