summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-03-19 12:43:25 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-03-19 12:43:25 +0000
commit6c27e2bf64e958052c851578ed0476e8e84461f1 (patch)
tree9b921522526148a3488d416b4978a8f0f5f3f61b /include
parentd71b5e693b34d6ef89e94fb123eb7fc5d0f89d4e (diff)
downloadlibapr-6c27e2bf64e958052c851578ed0476e8e84461f1.tar.gz
OS/2: Get rid of old setup_lock() cruft.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/os2/locks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/arch/os2/locks.h b/include/arch/os2/locks.h
index 256fe39b2..7c0a87825 100644
--- a/include/arch/os2/locks.h
+++ b/include/arch/os2/locks.h
@@ -69,7 +69,5 @@ struct apr_lock_t {
TIB *tib;
};
-void setup_lock();
-
#endif /* LOCKS_H */