From b422aa3f4a8ecb27bc76c3c5f29d34e007564315 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Apr 2018 16:05:45 +0200 Subject: tests: Remove configure feature checks Update #3409. --- testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c') diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c index 3780747365..1380b3b9db 100644 --- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c +++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c @@ -14,7 +14,6 @@ #include "config.h" #endif -#if HAVE_DECL_PTHREAD_ATTR_GETGUARDSIZE #include #ifndef _POSIX_THREADS @@ -33,4 +32,3 @@ int test( void ) return result; } -#endif -- cgit v1.2.3