summaryrefslogtreecommitdiff
path: root/locks/beos/thread_cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'locks/beos/thread_cond.c')
-rw-r--r--locks/beos/thread_cond.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/locks/beos/thread_cond.c b/locks/beos/thread_cond.c
index 99908faeb..be5565b88 100644
--- a/locks/beos/thread_cond.c
+++ b/locks/beos/thread_cond.c
@@ -63,11 +63,6 @@ static apr_status_t thread_cond_cleanup(void *data)
apr_thread_cond_t *cond = (apr_thread_cond_t *)data;
acquire_sem(cond->lock);
-/*
- APR_RING_FOREACH(w, &cond->alist, waiter_t, link) {
- delete_sem(w->sem);
- }
-*/
delete_sem(cond->lock);
return APR_SUCCESS;