From 349766b20512ee431fe22b4cc01881620c6d6dde Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@gnat.com>
Date: Thu, 13 May 2004 22:31:53 +0000
Subject: [PATCH]         * aix-thread.c (store_regs_kernel_thread): Fix a
 little obvious         error that was causing the build to fail.

---
 gdb/ChangeLog    | 5 +++++
 gdb/aix-thread.c | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 42b88a3b31a..1165a0c1e96 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-13  J. Brobecker  <brobecker@gnat.com>
+
+	* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
+	error that was causing the build to fail.
+
 2004-05-13  J. Brobecker  <brobecker@gnat.com>
 
 	* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c
index 5e8fadffe30..93c532b157b 100644
--- a/gdb/aix-thread.c
+++ b/gdb/aix-thread.c
@@ -1468,7 +1468,6 @@ store_regs_kernel_thread (int regno, pthdb_tid_t tid)
   struct ptxsprs sprs64;
   struct ptsprs  sprs32;
   int i;
-  struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
 
   if (debug_aix_thread)
     fprintf_unfiltered (gdb_stdlog, 
-- 
GitLab