diff options
-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; |