(reader_thread): Remove unused variable.

This commit is contained in:
Ulrich Drepper 2003-02-25 00:10:01 +00:00
parent 81b47a8b73
commit fa05898776

View File

@ -75,7 +75,6 @@ writer_thread (void *nr)
static void *
reader_thread (void *nr)
{
struct timespec ts;
struct timespec delay;
int n;