summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:14:29 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:14:29 +0000
commitd10a36412255090ef64c0cebd3c1049fc39a4dd2 (patch)
treebd54d078ff761d2d430131160cf19adef1ec4918 /lib/libpthread
parent45470569f0dc3e40e37a5dc7cf4a985cf22da6d7 (diff)
unused variable
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/uthread/uthread_close.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_close.c b/lib/libpthread/uthread/uthread_close.c
index a3dff060aec..dcc1164b803 100644
--- a/lib/libpthread/uthread/uthread_close.c
+++ b/lib/libpthread/uthread/uthread_close.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_close.c,v 1.6 1999/11/25 07:01:33 d Exp $ */
+/* $OpenBSD: uthread_close.c,v 1.7 2000/01/06 07:14:28 d Exp $ */
/*
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>
* All rights reserved.
@@ -46,7 +46,6 @@ close(int fd)
{
int flags;
int ret;
- int status;
struct stat sb;
struct fd_table_entry *entry;