summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>2004-11-01 04:39:21 +0000
committerJim Blandy <jimb@redhat.com>2004-11-01 04:39:21 +0000
commit1ccaa8e7871dad5a7b3f7ac225e008220a68b14f (patch)
treec8e21ab6bb367d8494d3ec6f0920826b0682f686
parent29b5eae80db50ce0992c8a563a9b0e2e647e991d (diff)
downloadgdb-1ccaa8e7871dad5a7b3f7ac225e008220a68b14f.tar.gz
* stock-breakpoints.c: #include all headers necessary to get
prototypes for functions used in this file. * thread-db.c: Same.
-rw-r--r--rda/unix/ChangeLog2
-rw-r--r--rda/unix/thread-db.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/rda/unix/ChangeLog b/rda/unix/ChangeLog
index 00e37ef09ac..0eb48e99899 100644
--- a/rda/unix/ChangeLog
+++ b/rda/unix/ChangeLog
@@ -1,5 +1,7 @@
2004-10-31 Jim Blandy <jimb@redhat.com>
+ * thread-db.c (thread_db_get_thread_reg): Delete unused variable.
+
* stock-breakpoints.c: #include all headers necessary to get
prototypes for functions used in this file.
* thread-db.c: Same.
diff --git a/rda/unix/thread-db.c b/rda/unix/thread-db.c
index ccad280afe5..f863b8b904b 100644
--- a/rda/unix/thread-db.c
+++ b/rda/unix/thread-db.c
@@ -2485,7 +2485,6 @@ thread_db_get_thread_reg (struct gdbserv *serv,
{
struct child_process *process = gdbserv_target_data (serv);
td_thrhandle_t thread_handle;
- td_thrinfo_t ti;
FPREGSET_T fpregset;
GREGSET_T gregset;
td_err_e ret;