summaryrefslogtreecommitdiff
path: root/include/arch/beos
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-31 18:48:03 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-31 18:48:03 +0000
commit297186f3e4dc5ed2cbbb06bc8500d5b7cafba126 (patch)
tree9b46a946a1a86623fef8e05b7dd3967a3e8425e8 /include/arch/beos
parent5296d3a23c0d72e25babb5583022d967c6e25a1d (diff)
downloadlibapr-297186f3e4dc5ed2cbbb06bc8500d5b7cafba126.tar.gz
Various bits of tidying up mainly for locking, but a few thread bits as well.
Submitted by: Carlos Hasan <chasan@acm.org> Reviewed by: David Reid <dreid@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/beos')
-rw-r--r--include/arch/beos/locks.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/arch/beos/locks.h b/include/arch/beos/locks.h
index 685f8a89b..fd8557f13 100644
--- a/include/arch/beos/locks.h
+++ b/include/arch/beos/locks.h
@@ -65,9 +65,7 @@ struct apr_lock_t {
apr_pool_t *cntxt;
apr_locktype_e type;
apr_lockscope_e scope;
- int curr_locked;
- char *fname;
- /* Inter proc */
+ /* Inter proc */
sem_id sem_interproc;
int32 ben_interproc;
/* Intra Proc */