diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-25 00:10:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-25 00:10:01 +0000 |
commit | fa058987761ebea43426585f1307a5b7b3afd70d (patch) | |
tree | 560b78de63af021b4037a6e3be1da15ac9d13122 /nptl/tst-rwlock8.c | |
parent | 81b47a8b732dba5cada20ec818b424aaa24ac834 (diff) | |
download | glibc-fa058987761ebea43426585f1307a5b7b3afd70d.zip glibc-fa058987761ebea43426585f1307a5b7b3afd70d.tar.gz glibc-fa058987761ebea43426585f1307a5b7b3afd70d.tar.bz2 |
(reader_thread): Remove unused variable.
Diffstat (limited to 'nptl/tst-rwlock8.c')
-rw-r--r-- | nptl/tst-rwlock8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-rwlock8.c b/nptl/tst-rwlock8.c index c280c92..ad433bb 100644 --- a/nptl/tst-rwlock8.c +++ b/nptl/tst-rwlock8.c @@ -75,7 +75,6 @@ writer_thread (void *nr) static void * reader_thread (void *nr) { - struct timespec ts; struct timespec delay; int n; |