diff options
author | 2003-07-08 00:17:18 +0000 | |
---|---|---|
committer | 2003-07-08 00:17:18 +0000 | |
commit | a8fc952c35c7ed7e6f9fe17ad7c324f6d32954f5 (patch) | |
tree | ec9456c353cd785ce6709a1c7c1c2a3a6ff67b58 /lib/libpthread/uthread/pthread_private.h | |
parent | Give some feedback during the pthread_cond_timedwait test (diff) | |
download | wireguard-openbsd-a8fc952c35c7ed7e6f9fe17ad7c324f6d32954f5.tar.xz wireguard-openbsd-a8fc952c35c7ed7e6f9fe17ad7c324f6d32954f5.zip |
remove variable never read
Diffstat (limited to 'lib/libpthread/uthread/pthread_private.h')
-rw-r--r-- | lib/libpthread/uthread/pthread_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index f5950ee9367..57162bcf744 100644 --- a/lib/libpthread/uthread/pthread_private.h +++ b/lib/libpthread/uthread/pthread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_private.h,v 1.46 2003/05/13 16:49:32 marc Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.47 2003/07/08 00:17:18 marc Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -624,7 +624,6 @@ struct pthread { */ sigset_t sigmask; sigset_t sigpend; - int sigmask_seqno; /* Thread state: */ enum pthread_state state; |