]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/thread.c
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / thread.c
index 4a2070b702787b8f4eee537a132f515e8646e3a8..b618afe748ccd109aeb8333a5ba6f80001711670 100644 (file)
@@ -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)
     {