From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13596 invoked by alias); 10 Jul 2014 19:21:27 -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 13558 invoked by uid 89); 10 Jul 2014 19:21:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f172.google.com Received: from mail-vc0-f172.google.com (HELO mail-vc0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 10 Jul 2014 19:21:22 +0000 Received: by mail-vc0-f172.google.com with SMTP id hy10so74240vcb.31 for ; Thu, 10 Jul 2014 12:21:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=e/RxAjM9TsEAsKLdoHGaqE1Tpee1584WAnboLT0HnkQ=; b=V8wfkGOKdXF2UHxHLvZEJS2wKer5Kxe4TATHdU0eDg6YYpr61dxB4k8gZACKoDhwWs 2s7ejD3F8rdOwwx/6HsnfvyNAoVcNFd/HxFbAVkr9jr83zIOWswKkMdKJQjlEVUQmg/G oaInrVFDlREwlz60WLDYKRu7LbHFJYLSAgCln20r5AbLFryjwFL0D6TL/UgS7FbrYX0x 8XGJzs7i17qEGe/BsI0oyIl7lwtv4bfSrCJdVUU39OvvSK34oitv7zOQ9dAoUmScq8zM IHuq4sTNDQaSu9pnx8ZLhesIY3QN2CNeyP92bN6BZV4SzNc0l5IpHQCFV4uVYms9z1FO nLdg== X-Gm-Message-State: ALoCoQlS3drbY/SO63og5/oqQSQzWUYdKeuMoboG6gUGspivRLk33e4ilgBSl95nP4eI7lLbrzuB MIME-Version: 1.0 X-Received: by 10.220.192.129 with SMTP id dq1mr2161764vcb.57.1405020080375; Thu, 10 Jul 2014 12:21:20 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Thu, 10 Jul 2014 12:21:20 -0700 (PDT) In-Reply-To: <87ha2p81ru.fsf@fleche.redhat.com> References: <1403157035-13558-1-git-send-email-yao@codesourcery.com> <87ha2p81ru.fsf@fleche.redhat.com> Date: Thu, 10 Jul 2014 19:21:00 -0000 Message-ID: Subject: Re: [PATCH OBV] Remove any_running From: Doug Evans To: Tom Tromey Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00218.txt.bz2 On Thu, Jul 10, 2014 at 12:14 PM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> On Wed, Jun 18, 2014 at 10:50 PM, Yao Qi wrote: >>> Function any_running isn't used. This patch is to remove it. >>> Rebuild GDB for linux and mingw. >>> >>> gdb: >>> >>> 2014-06-19 Yao Qi >>> >>> * gdbthread.h (any_running): Remove the declaration. >>> * thread.c (any_running): Remove. > > Doug> Hi. > Doug> As it turns out I need this in a patch so I've recommitted it. > > I think it's better to wait until the using patch is posted. > If something happens in the meantime, there is dead code again. > It should be no trouble to make the resurrection part of your series. It was posted. Three months ago. 1/2 :-) Apologies for not marking this as 1/2 - I was about to check in 2/2 ... [See, the community really is pedantic about its attention to rules.] Otherwise, I wouldn't have checked this in ... No worries. Patch reverted.