From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26925 invoked by alias); 6 Jan 2014 03:56:55 -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 26832 invoked by uid 89); 6 Jan 2014 03:56:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2014 03:56:53 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1W01J0-0003d3-3u from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sun, 05 Jan 2014 19:56:46 -0800 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 5 Jan 2014 19:56:46 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.2.247.3; Sun, 5 Jan 2014 19:56:45 -0800 From: Yao Qi To: Subject: [PATCH 2/6] Remove declaration of inf_tid_to_proc Date: Mon, 06 Jan 2014 03:56:00 -0000 Message-ID: <1388980498-10886-3-git-send-email-yao@codesourcery.com> In-Reply-To: <1388980498-10886-1-git-send-email-yao@codesourcery.com> References: <1388980498-10886-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00047.txt.bz2 inf_tid_to_proc is not defined at all. This patch is to remove its declaration. gdb: 2014-01-06 Yao Qi * gnu-nat.c (inf_tid_to_proc): Remove declaration. --- gdb/gnu-nat.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 73e26f9..7be059f 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -96,7 +96,6 @@ void inf_set_pid (struct inf *inf, pid_t pid); void inf_validate_procs (struct inf *inf); void inf_steal_exc_ports (struct inf *inf); void inf_restore_exc_ports (struct inf *inf); -struct proc *inf_tid_to_proc (struct inf *inf, int tid); void inf_set_threads_resume_sc (struct inf *inf, struct proc *run_thread, int run_others); -- 1.7.7.6