summaryrefslogtreecommitdiffstats
path: root/src/util/support/threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/threads.c')
-rw-r--r--src/util/support/threads.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/support/threads.c b/src/util/support/threads.c
index 1ac9c6150..ebc1dafae 100644
--- a/src/util/support/threads.c
+++ b/src/util/support/threads.c
@@ -144,11 +144,6 @@ int krb5int_pthread_loaded (void)
|| &pthread_mutex_init == 0
|| &pthread_self == 0
|| &pthread_equal == 0
- /* This catches Solaris 9. May be redundant with the above
- tests now. */
-# ifdef HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP_IN_THREAD_LIB
- || &pthread_mutexattr_setrobust_np == 0
-# endif
/* Any program that's really multithreaded will have to be
able to create threads. */
|| &pthread_create == 0