diff options
author | alex <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
commit | d09071d106878ed2978ca69d2d46fcd80a021f53 (patch) | |
tree | 13a86a44f6e6a4aa9d4f3953eb60f8b722198be4 /lib/libpthread/thread/thr_fcntl.c | |
parent | fff0f057805582731b159f9a5aa58c84fe3b323e (diff) | |
download | FreeBSD-src-d09071d106878ed2978ca69d2d46fcd80a021f53.zip FreeBSD-src-d09071d106878ed2978ca69d2d46fcd80a021f53.tar.gz |
Removed unused variables.
Diffstat (limited to 'lib/libpthread/thread/thr_fcntl.c')
-rw-r--r-- | lib/libpthread/thread/thr_fcntl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_fcntl.c b/lib/libpthread/thread/thr_fcntl.c index eecda60..6ea013a 100644 --- a/lib/libpthread/thread/thr_fcntl.c +++ b/lib/libpthread/thread/thr_fcntl.c @@ -44,7 +44,6 @@ fcntl(int fd, int cmd,...) int nonblock; int oldfd; int ret; - int status; va_list ap; /* Lock the file descriptor: */ |