summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 07:14:28 +0000
committerd <d@openbsd.org>2000-01-06 07:14:28 +0000
commit02961c506652874bced8496e63a5456a552bec4d (patch)
treeb6617adc2e13c001ba5f6e97b0e51fb1194d853b /lib/libpthread
parent/* in comment (diff)
downloadwireguard-openbsd-02961c506652874bced8496e63a5456a552bec4d.tar.xz
wireguard-openbsd-02961c506652874bced8496e63a5456a552bec4d.zip
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;