diff options
author | 2007-04-26 18:13:10 +0000 | |
---|---|---|
committer | 2007-04-26 18:13:10 +0000 | |
commit | ab088e6ae0c1d92010fc884a9c440e0143d17c81 (patch) | |
tree | d9d997ed147f6d9a3edd4baafd931f91d76d37ea /lib/libpthread | |
parent | ack the power switch interrupt even if machdep.kbdreset is not set (diff) | |
download | wireguard-openbsd-ab088e6ae0c1d92010fc884a9c440e0143d17c81.tar.xz wireguard-openbsd-ab088e6ae0c1d92010fc884a9c440e0143d17c81.zip |
remove unused var. okay marc@
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/pthread_private.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index 8b19e68bd21..55053e2041d 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.59 2007/03/20 21:28:31 kurt Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.60 2007/04/26 18:13:10 kurt Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -986,12 +986,6 @@ SCLASS struct pollfd *_thread_pfd_table ; #endif -SCLASS const int dtablecount -#ifdef GLOBAL_PTHREAD_PRIVATE -= 4096/sizeof(struct fd_table_entry); -#else -; -#endif SCLASS int _thread_dtablesize /* Descriptor table size. */ #ifdef GLOBAL_PTHREAD_PRIVATE = 0; |