summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2003-11-16 01:26:07 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2003-11-16 01:26:07 +0000
commit8ba33e3742952263e6480e03f6b7e9fb5e876806 (patch)
treeeedf5af30a3feced3830e9269db706fe32729213 /locks
parent58b15170365c317e4910bc95b4ce760f8e94f582 (diff)
downloadlibapr-8ba33e3742952263e6480e03f6b7e9fb5e876806.tar.gz
rip
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-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;