This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gdbserver] remove unused declaration


I've applied this patch to remove a declaration of an function that
doesn't exist.  It actually never existed in the FSF tree -- it
appears I've let this sneak in with the fast tracepoints support.

-- 
Pedro Alves

2010-08-24  Pedro Alves  <pedro@codesourcery.com>

	* linux-low.h (linux_thread_area): Delete declaration.

---
 gdb/gdbserver/linux-low.h |    1 -
 1 file changed, 1 deletion(-)

Index: src/gdb/gdbserver/linux-low.h
===================================================================
--- src.orig/gdb/gdbserver/linux-low.h	2010-08-22 22:07:50.000000000 +0100
+++ src/gdb/gdbserver/linux-low.h	2010-08-22 22:08:09.000000000 +0100
@@ -259,7 +259,6 @@ int elf_64_file_p (const char *file);
 
 void linux_attach_lwp (unsigned long pid);
 struct lwp_info *find_lwp_pid (ptid_t ptid);
-int linux_get_thread_area (int lwpid, CORE_ADDR *area);
 
 /* From thread-db.c  */
 int thread_db_init (int use_events);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]