diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:15:06 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:15:06 +0000 |
commit | 563dee9fbe56acd9322ec2e26094803701682ce5 (patch) | |
tree | c54a404d9ddae83b4b189e5af35003fd37d45997 /lib/libc_r/uthread/uthread_detach.c | |
parent | 2d445d163e3f5a80aa1fce86b5e69a93fdc4dd3f (diff) |
unused vars
Diffstat (limited to 'lib/libc_r/uthread/uthread_detach.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_detach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_detach.c b/lib/libc_r/uthread/uthread_detach.c index 181f73b942f..d6accdc13cf 100644 --- a/lib/libc_r/uthread/uthread_detach.c +++ b/lib/libc_r/uthread/uthread_detach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_detach.c,v 1.5 1999/11/25 07:01:33 d Exp $ */ +/* $OpenBSD: uthread_detach.c,v 1.6 2000/01/06 07:15:05 d Exp $ */ /* * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -41,7 +41,6 @@ int pthread_detach(pthread_t pthread) { int rval = 0; - int status; pthread_t next_thread; /* Check for invalid calling parameters: */ |