* gdbthread.h (gdb_id_to_thread): Delete, unused.
authorDoug Evans <dje@google.com>
Thu, 23 Jan 2014 00:39:29 +0000 (16:39 -0800)
committerDoug Evans <dje@google.com>
Thu, 23 Jan 2014 00:42:07 +0000 (16:42 -0800)
gdb/gdbserver/ChangeLog
gdb/gdbserver/gdbthread.h

index e6b3255..2e53986 100644 (file)
@@ -1,5 +1,9 @@
 2014-01-22  Doug Evans  <dje@google.com>
 
+       * gdbthread.h (gdb_id_to_thread): Delete, unused.
+
+2014-01-22  Doug Evans  <dje@google.com>
+
        * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
        * configure: Regenerate.
        * config.in: Regenerate.
index a190566..a1d9ca8 100644 (file)
@@ -74,8 +74,8 @@ void remove_thread (struct thread_info *thread);
 void add_thread (ptid_t ptid, void *target_data);
 
 struct thread_info *find_thread_ptid (ptid_t ptid);
-struct thread_info *gdb_id_to_thread (unsigned int);
 
 /* Get current thread ID (Linux task ID).  */
 #define current_ptid ((struct inferior_list_entry *) current_inferior)->id
+
 #endif /* GDB_THREAD_H */