* 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 e6b3255b8fde9a39e0a26fab117f51ed16cc66f3..2e53986c18b1849e63539a51175f274bb2193199 100644 (file)
@@ -1,3 +1,7 @@
+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.
index a19056670c0714a71f8cb80be3e507ad0e7f8015..a1d9ca8101ce14870de3a300a24c834ba2887680 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 */
This page took 0.028617 seconds and 4 git commands to generate.