summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2011-05-31 17:11:33 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2011-05-31 17:11:33 +0000
commitdd56257b81e3f779918711258b2d933218b6e6e1 (patch)
treed5bfbc91e0302fe664701fdf727181e25970dbed /misc
parent809e010f75c2e10a8da4cfa7ef9b2920402ca6df (diff)
downloadlibapr-dd56257b81e3f779918711258b2d933218b6e6e1.tar.gz
Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.
It was not possible to use this interface without ldap provider internals. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/netware/start.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/netware/start.c b/misc/netware/start.c
index 76817d96c..e044a1022 100644
--- a/misc/netware/start.c
+++ b/misc/netware/start.c
@@ -22,7 +22,6 @@
#include "apr_arch_misc.h" /* for WSAHighByte / WSALowByte */
#include "apr_arch_proc_mutex.h" /* for apr_proc_mutex_unix_setup_lock() */
#include "apr_arch_internal_time.h"
-#include "apr_ldap.h" /* for apr_ldap_rebind_init() */
#ifdef USE_WINSOCK
/* Prototypes missing from older NDKs */
@@ -163,9 +162,6 @@ APR_DECLARE(apr_status_t) apr_initialize(void)
#endif
apr_signal_init(pool);
-#if APR_HAS_LDAP
- apr_ldap_rebind_init(pool);
-#endif
return APR_SUCCESS;
}