aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-06-18 22:03:20 +0800
committerYao Qi <yao@codesourcery.com>2014-06-19 20:15:06 +0800
commit78c164b00654c7f422694035bc0e1817f90c86b5 (patch)
tree5ddf9b79427eff8746e7a16e72403666c921a88f /gdb/gdbthread.h
parentf6e29b6ec0a4fd410ddaaddacf045c4cb4e890f2 (diff)
Remove any_running
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.
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 ca529831aa..9ef74cdd68 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.