public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [gdbserver] remove unused declaration
@ 2010-08-24 20:20 Pedro Alves
  0 siblings, 0 replies; only message in thread
From: Pedro Alves @ 2010-08-24 20:20 UTC (permalink / raw)
  To: gdb-patches

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-24 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24 20:20 [gdbserver] remove unused declaration Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).