From 6948d763edaed369e4e43dff0e79fd651cd146b1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 10 Jun 2000 10:17:31 +0000 Subject: lockfile.c (__fresetlockfiles): Remove unused variable fp. 2000-06-10 Andreas Jaeger * lockfile.c (__fresetlockfiles): Remove unused variable fp. --- linuxthreads/lockfile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linuxthreads/lockfile.c') diff --git a/linuxthreads/lockfile.c b/linuxthreads/lockfile.c index b6f98a4..0ef02f8 100644 --- a/linuxthreads/lockfile.c +++ b/linuxthreads/lockfile.c @@ -1,5 +1,5 @@ /* lockfile - Handle locking and unlocking of stream. - Copyright (C) 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -90,7 +90,6 @@ __fresetlockfiles (void) #ifdef USE_IN_LIBIO _IO_ITER i; - _IO_FILE *fp; pthread_mutexattr_t attr; __pthread_mutexattr_init (&attr); -- cgit v1.1