gdbserver: Remove thread_to_gdb_id
[deliverable/binutils-gdb.git] / gdb / gdbserver / inferiors.c
index 933dd761ac39a08fbe09d3c2932ba276c7e7aefb..72f0412757340f63a0029ac75a6dd5f477515368 100644 (file)
@@ -121,12 +121,6 @@ add_thread (ptid_t thread_id, void *target_data)
   return new_thread;
 }
 
-ptid_t
-thread_to_gdb_id (struct thread_info *thread)
-{
-  return thread->entry.id;
-}
-
 /* Wrapper around get_first_inferior to return a struct thread_info *.  */
 
 struct thread_info *
This page took 0.024729 seconds and 4 git commands to generate.