Associate dummy_frame with ptid
[deliverable/binutils-gdb.git] / gdb / thread.c
index 532149ddc6354ea17c7f58b666ebc74b68e5ca5b..e25d5639bd91a10658c9daa5848f98978bd34cad 100644 (file)
@@ -647,18 +647,6 @@ is_running (ptid_t ptid)
   return is_thread_state (ptid, THREAD_RUNNING);
 }
 
-int
-any_running (void)
-{
-  struct thread_info *tp;
-
-  for (tp = thread_list; tp; tp = tp->next)
-    if (tp->state == THREAD_RUNNING)
-      return 1;
-
-  return 0;
-}
-
 int
 is_executing (ptid_t ptid)
 {
This page took 0.023941 seconds and 4 git commands to generate.