]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(reader_thread): Remove unused variable.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Feb 2003 00:10:01 +0000 (00:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Feb 2003 00:10:01 +0000 (00:10 +0000)
nptl/tst-rwlock8.c

index c280c927ec52eeda59da374576d9893f4ec7ed84..ad433bb4a551f47d9912f0c5189ac4e8db32ed45 100644 (file)
@@ -75,7 +75,6 @@ writer_thread (void *nr)
 static void *
 reader_thread (void *nr)
 {
-  struct timespec ts;
   struct timespec delay;
   int n;