From: Ulrich Drepper Date: Tue, 25 Feb 2003 00:10:01 +0000 (+0000) Subject: (reader_thread): Remove unused variable. X-Git-Tag: cvs/glibc-2_3_2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa058987761ebea43426585f1307a5b7b3afd70d;p=thirdparty%2Fglibc.git (reader_thread): Remove unused variable. --- diff --git a/nptl/tst-rwlock8.c b/nptl/tst-rwlock8.c index c280c927ec5..ad433bb4a55 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;