diff options
author | 2000-01-06 07:15:05 +0000 | |
---|---|---|
committer | 2000-01-06 07:15:05 +0000 | |
commit | c7eaac1424d0b7a74cca74e4345305882b622e8b (patch) | |
tree | de1b81d73fb8e78a92d547a93c36b8ac28b2f262 /lib/libpthread/uthread/uthread_detach.c | |
parent | _SPINLOCK_INIT, unused vars (diff) | |
download | wireguard-openbsd-c7eaac1424d0b7a74cca74e4345305882b622e8b.tar.xz wireguard-openbsd-c7eaac1424d0b7a74cca74e4345305882b622e8b.zip |
unused vars
Diffstat (limited to 'lib/libpthread/uthread/uthread_detach.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_detach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_detach.c b/lib/libpthread/uthread/uthread_detach.c index 181f73b942f..d6accdc13cf 100644 --- a/lib/libpthread/uthread/uthread_detach.c +++ b/lib/libpthread/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: */ |