From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117003 invoked by alias); 3 Mar 2015 22:37:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 116993 invoked by uid 89); 3 Mar 2015 22:37:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-we0-f178.google.com Received: from mail-we0-f178.google.com (HELO mail-we0-f178.google.com) (74.125.82.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Mar 2015 22:37:12 +0000 Received: by wevl61 with SMTP id l61so42853118wev.2 for ; Tue, 03 Mar 2015 14:37:09 -0800 (PST) X-Received: by 10.180.8.65 with SMTP id p1mr7112198wia.42.1425422229749; Tue, 03 Mar 2015 14:37:09 -0800 (PST) Received: from [192.168.1.138] (host-2-102-217-78.as13285.net. [2.102.217.78]) by mx.google.com with ESMTPSA id g1sm3230744wjy.24.2015.03.03.14.37.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 14:37:08 -0800 (PST) Message-ID: <54F63793.1000709@gmail.com> Date: Tue, 03 Mar 2015 22:37:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] Remove unused function declarations in target.h References: <1425405544-11817-1-git-send-email-simon.marchi@ericsson.com> In-Reply-To: <1425405544-11817-1-git-send-email-simon.marchi@ericsson.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00111.txt.bz2 Hi Simon, On 03/03/2015 05:59 PM, Simon Marchi wrote: > gdb/ChangeLog: > > * target.h: Remove find_default_create_inferior and > find_default_attach. I prefer to rewrite it in this way, * target.h (find_default_create_inferior): Remove declaration. (find_default_attach): Likewise. The patch is OK. -- Yao