summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testprocmutex.c')
-rw-r--r--test/testprocmutex.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/testprocmutex.c b/test/testprocmutex.c
index 983aa953a..24cc44189 100644
--- a/test/testprocmutex.c
+++ b/test/testprocmutex.c
@@ -131,11 +131,6 @@ static void test_exclusive(abts_case *tc, const char *lockname,
int n;
rv = apr_proc_mutex_create(&proc_lock, lockname, mech->num, p);
- if (rv == APR_ENOTIMPL) {
- /* MacOS lacks TIMED implementation, so don't fail for ENOTIMPL */
- fprintf(stderr, "method %s not implemented, ", mech->name);
- return;
- }
APR_ASSERT_SUCCESS(tc, "create the mutex", rv);
for (n = 0; n < CHILDREN; n++)