summaryrefslogtreecommitdiff
path: root/dso/beos
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-07-15 01:07:45 +0000
committerGreg Stein <gstein@apache.org>2000-07-15 01:07:45 +0000
commit0c06cfb1e92afc9a553398bb6998809d4c0ade33 (patch)
tree73918a9fb66466c7b75ea88907f448f04afcf2d8 /dso/beos
parentb205122fa2a443bdeb62d7079e53c0c9cef1c6f3 (diff)
downloadapr-0c06cfb1e92afc9a553398bb6998809d4c0ade33.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: https://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)
{