summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-05-13 22:31:53 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-05-13 22:31:53 +0000
commita2b12c9fd5ec7c0eda831d7ea831cfee40a716a1 (patch)
tree9c5eb03cc9d986d21e65eeb06b24c0fa00747677 /gdb/aix-thread.c
parentd7b41a37a038b035898070f2dd2493988e325148 (diff)
downloadgdb-a2b12c9fd5ec7c0eda831d7ea831cfee40a716a1.tar.gz
* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
error that was causing the build to fail.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c1
1 files changed, 0 insertions, 1 deletions
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,