(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 c280c92..ad433bb 100644 (file)
@@ -75,7 +75,6 @@ writer_thread (void *nr)
 static void *
 reader_thread (void *nr)
 {
-  struct timespec ts;
   struct timespec delay;
   int n;