summaryrefslogtreecommitdiff
path: root/dso/beos
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-07-15 01:07:45 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-07-15 01:07:45 +0000
commitf4c7df607d155771cfd5de529bd75c74a131d5d6 (patch)
tree73918a9fb66466c7b75ea88907f448f04afcf2d8 /dso/beos
parentd874ee7146e4738f4cd2c0143b20bee5ba7fa3d5 (diff)
downloadlibapr-f4c7df607d155771cfd5de529bd75c74a131d5d6.tar.gz
ap_dso_init() isn't needed. if/when a platform needs it, then
ap_initialize() can be used to init DSO support. or set up a lazy initialization for it. solves the questions, "when do I call it? can I call it more than once?" Submitted by: Ben Collins-Sussman <sussman@red-bean.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/beos')
-rw-r--r--dso/beos/dso.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dso/beos/dso.c b/dso/beos/dso.c
index 2ed8c53de..c6ed29f1f 100644
--- a/dso/beos/dso.c
+++ b/dso/beos/dso.c
@@ -56,10 +56,6 @@
#if APR_HAS_DSO
-ap_status_t ap_dso_init(void){
- return APR_SUCCESS;
-}
-
ap_status_t ap_dso_load(ap_dso_handle_t **res_handle, const char *path,
ap_pool_t *ctx)
{