* target.c (find_run_target): Remove.
authorTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:52:41 +0000 (19:52 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:52:41 +0000 (19:52 +0000)
* target.h (find_run_target): Remove.

gdb/ChangeLog
gdb/target.c
gdb/target.h

index 418695ebfdbb186d9f6a8aa798c666bea6eae83c..13b705787fe3aa2d1ddaec29d7d908534972f539 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * target.c (find_run_target): Remove.
+       * target.h (find_run_target): Remove.
+
 2013-06-27  Tom Tromey  <tromey@redhat.com>
 
        * corelow.c (core_gdbarch): Now static.
index 9467ba4fea8c173312ce48eed0bf16c3f9893476..920f9160530879395cd3ae50c277f9f6edf4ae79 100644 (file)
@@ -3627,30 +3627,6 @@ return_minus_one (void)
   return -1;
 }
 
-/* Find a single runnable target in the stack and return it.  If for
-   some reason there is more than one, return NULL.  */
-
-struct target_ops *
-find_run_target (void)
-{
-  struct target_ops **t;
-  struct target_ops *runable = NULL;
-  int count;
-
-  count = 0;
-
-  for (t = target_structs; t < target_structs + target_struct_size; ++t)
-    {
-      if ((*t)->to_can_run && target_can_run (*t))
-       {
-         runable = *t;
-         ++count;
-       }
-    }
-
-  return (count == 1 ? runable : NULL);
-}
-
 /*
  * Find the next target down the stack from the specified target.
  */
index a8587e8b6f570c4cb49a5be8f2f52da93a63ef95..1bf716e5d51790a1508d66276a7ad954d80b0e99 100644 (file)
@@ -1948,8 +1948,6 @@ extern void find_default_attach (struct target_ops *, char *, int);
 extern void find_default_create_inferior (struct target_ops *,
                                          char *, char *, char **, int);
 
-extern struct target_ops *find_run_target (void);
-
 extern struct target_ops *find_target_beneath (struct target_ops *);
 
 /* Read OS data object of type TYPE from the target, and return it in