summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-06-26 10:55:35 +0000
committerYann Ylavic <ylavic@apache.org>2022-06-26 10:55:35 +0000
commit569f25e8de79f05000c95957915256cb2b830b34 (patch)
tree0cf984bcb194be77b7ee7112d6769f27f71095cd
parente33a5883407ec85f607e0c2dfc35db065eb61468 (diff)
downloadapr-569f25e8de79f05000c95957915256cb2b830b34.tar.gz
test/testlock: Follow up to r1902219: Axe spurious merge artifact.
Somehow one of the "return NULL" was already in 1.8.x, don't double it. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1902254 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/testlock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testlock.c b/test/testlock.c
index d2f9b2a49..e3437c11f 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -111,7 +111,6 @@ static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data
break;
}
return NULL;
- return NULL;
}
/* Sleepy-loop until f_ value matches val: */