From e86c23a851f8b20d50e67217750853b8c89bbf55 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 10 Jul 2014 12:30:05 -0700 Subject: Revert gdbthread.h (any_running): Declare. Not properly marked as 1/2. This reverts commit 1a76d598884a052dacd8feb49f1999e1a0d537f1. --- gdb/gdbthread.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/gdbthread.h') diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index ca52983..9ef74cd 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -363,9 +363,6 @@ extern int is_exited (ptid_t ptid); /* In the frontend's perpective, is this thread stopped? */ extern int is_stopped (ptid_t ptid); -/* In the frontend's perpective is there any thread running? */ -extern int any_running (void); - /* Marks thread PTID as executing, or not. If ptid_get_pid (PTID) is -1, marks all threads. -- cgit v1.1