diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2007-04-26 18:13:11 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2007-04-26 18:13:11 +0000 |
commit | 2d56e45c4e8a9231e1258be2333597024aa13539 (patch) | |
tree | 95c4e981f990b6153cefa5d5e86162b7d3932faa /lib | |
parent | 555f0d9db9126e0a47145f4439843a19ddf093d0 (diff) |
remove unused var. okay marc@
Diffstat (limited to 'lib')
-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; |