aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 4a2070b..b618afe 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -353,7 +353,7 @@ thread_alive (tp)
static void
prune_threads ()
{
- struct thread_info *tp, *tpprev, *next;
+ struct thread_info *tp, *next;
for (tp = thread_list; tp; tp = next)
{