diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 3 |
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. |