From: Ulrich Drepper Date: Tue, 25 Feb 2003 00:10:01 +0000 (+0000) Subject: (reader_thread): Remove unused variable. X-Git-Tag: upstream/2.30~19991 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa058987761ebea43426585f1307a5b7b3afd70d;p=external%2Fglibc.git (reader_thread): Remove unused variable. --- 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;