diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 0e80975..fdc13bc 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -109,19 +109,6 @@ in_thread_list (pid) return 0; /* Never heard of 'im */ } -#if 0 -void -bfd_get_core_threads (abfd) - bfd *abfd; -{ - int i; - - inferior_pid = BUILDPID (inferior_pid, core_thread (abfd)->pid); - for (i = 0; i < core_pss (abfd).threadcnt; i++) - add_thread (core_thread (abfd)[i].pid); -} -#endif - static void prune_threads () { |