summaryrefslogtreecommitdiff
path: root/nptl/tst-rwlock8.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-25 00:10:01 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-25 00:10:01 +0000
commitfa058987761ebea43426585f1307a5b7b3afd70d (patch)
tree560b78de63af021b4037a6e3be1da15ac9d13122 /nptl/tst-rwlock8.c
parent81b47a8b732dba5cada20ec818b424aaa24ac834 (diff)
(reader_thread): Remove unused variable.
Diffstat (limited to 'nptl/tst-rwlock8.c')
-rw-r--r--nptl/tst-rwlock8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-rwlock8.c b/nptl/tst-rwlock8.c
index c280c927ec..ad433bb4a5 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;