This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH OBV] Remove any_running
- From: Doug Evans <dje at google dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Thu, 10 Jul 2014 11:18:37 -0700
- Subject: Re: [PATCH OBV] Remove any_running
- Authentication-results: sourceware.org; auth=none
- References: <1403157035-13558-1-git-send-email-yao at codesourcery dot com>
On Wed, Jun 18, 2014 at 10:50 PM, Yao Qi <yao@codesourcery.com> 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 <yao@codesourcery.com>
>
> * 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 <dje@google.com>
* gdbthread.h (any_running): Declare.
* thread.c (any_running): New function.