aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-07-10 12:30:05 -0700
committerDoug Evans <dje@google.com>2014-07-10 12:30:05 -0700
commite86c23a851f8b20d50e67217750853b8c89bbf55 (patch)
treea32c837ab903d3ef31b9ec13f8251e12d40bc4df /gdb/gdbthread.h
parent1a76d598884a052dacd8feb49f1999e1a0d537f1 (diff)
downloadgdb-e86c23a851f8b20d50e67217750853b8c89bbf55.zip
gdb-e86c23a851f8b20d50e67217750853b8c89bbf55.tar.gz
gdb-e86c23a851f8b20d50e67217750853b8c89bbf55.tar.bz2
Revert gdbthread.h (any_running): Declare.
Not properly marked as 1/2. This reverts commit 1a76d598884a052dacd8feb49f1999e1a0d537f1.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h3
1 files changed, 0 insertions, 3 deletions
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.