summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testqueue.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testqueue.c b/test/testqueue.c
index ebd55fea..cb82e567 100644
--- a/test/testqueue.c
+++ b/test/testqueue.c
@@ -58,9 +58,6 @@ static void * APR_THREAD_FUNC consumer(apr_thread_t *thd, void *data)
apr_sleep(sleeprate); /* sleep this long to acheive our rate */
}
- apr_thread_exit(thd, rv);
-
- /* not reached */
return NULL;
}
@@ -88,9 +85,6 @@ static void * APR_THREAD_FUNC producer(apr_thread_t *thd, void *data)
apr_sleep(sleeprate); /* sleep this long to acheive our rate */
}
- apr_thread_exit(thd, rv);
-
- /* not reached */
return NULL;
}