diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:14:29 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:14:29 +0000 |
commit | d10a36412255090ef64c0cebd3c1049fc39a4dd2 (patch) | |
tree | bd54d078ff761d2d430131160cf19adef1ec4918 /lib/libpthread | |
parent | 45470569f0dc3e40e37a5dc7cf4a985cf22da6d7 (diff) |
unused variable
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_close.c | 3 |
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; |