From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19991 invoked by alias); 10 Jul 2014 18:18:42 -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 19973 invoked by uid 89); 10 Jul 2014 18:18:41 -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-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 10 Jul 2014 18:18:39 +0000 Received: by mail-vc0-f178.google.com with SMTP id ij19so11294312vcb.37 for ; Thu, 10 Jul 2014 11:18:37 -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=dVz4pC2zfThQtUiOwLnXmj6b/9GDfnVfiXqO2mqsmqA=; b=IjuxD0KskIb+PYlQng7GyS48hjdf3FRzBQ7gFrH+DDpMzuJTobIH3CFTbN/ltWCW+R m4fTDY84zlNM2WII1Gb4milwxMSijAfC7FNaCTrebSwu1VCmQZnoESXvjCQuAOOAJQb5 mOClnHjns1yTVHo11VY1U2AjeLkvLV7zA9G22jiPxmOfwMSYEX5TTvn7p5K0pXqdZpYP Gc5nHcSFkCX7WYG0N5n/1fOt5aDY7Xy/4oL12hEkdCCVelsBZedcpKYyR8OZFQ4RKAT9 ac86NXBhYp0xOYITfVB/qGQj8+KqZuyevzrXbRZAK8H+UnsYHzdL+44a8Dr4GU98dc1A R2Og== X-Gm-Message-State: ALoCoQnVWY/ptVpkwhl5IdAxWvhT5GzB3e+yRlC6+AQZlpoPE6ZEwLjix+phhN51aWexnu/3UYqC MIME-Version: 1.0 X-Received: by 10.58.187.19 with SMTP id fo19mr83115vec.76.1405016317483; Thu, 10 Jul 2014 11:18:37 -0700 (PDT) Received: by 10.52.28.233 with HTTP; Thu, 10 Jul 2014 11:18:37 -0700 (PDT) In-Reply-To: <1403157035-13558-1-git-send-email-yao@codesourcery.com> References: <1403157035-13558-1-git-send-email-yao@codesourcery.com> Date: Thu, 10 Jul 2014 18:18:00 -0000 Message-ID: Subject: Re: [PATCH OBV] Remove any_running From: Doug Evans To: Yao Qi Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00212.txt.bz2 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. Hi. As it turns out I need this in a patch so I've recommitted it. 2014-07-10 Doug Evans * gdbthread.h (any_running): Declare. * thread.c (any_running): New function.