]> granicus.if.org Git - apache/commitdiff
ifdef 0-out uldap_connection_remove(), which is not part of the API and
authorEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:20:23 +0000 (21:20 +0000)
committerEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:20:23 +0000 (21:20 +0000)
currently has no callers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081006 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 8a9132f8ec1cf547e6ab1759e49aa7f1367e496f..bd0e964c77858fba03b23f0864bab245ac069019 100644 (file)
@@ -185,7 +185,8 @@ static apr_status_t uldap_connection_unbind(void *param)
     return APR_SUCCESS;
 }
 
-
+/* not presently used, not part of the API */
+#if 0
 /*
  * util_ldap_connection_remove frees all storage associated with the LDAP
  * connection and removes it completely from the per-virtualhost list of
@@ -239,6 +240,7 @@ static apr_status_t util_ldap_connection_remove (void *param) {
    
     return APR_SUCCESS;
 }
+#endif
 
 static int uldap_connection_init(request_rec *r,
                                  util_ldap_connection_t *ldc)