From: Joe Orton Date: Mon, 1 Aug 2005 14:57:35 +0000 (+0000) Subject: * modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unused X-Git-Tag: 2.1.7~5^2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54b8395a53f884e60bb9661012890782f9deaa5b;p=apache * modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unused macro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@226811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap_cache.c b/modules/ldap/util_ldap_cache.c index f4efde0216..1a0a050a55 100644 --- a/modules/ldap/util_ldap_cache.c +++ b/modules/ldap/util_ldap_cache.c @@ -29,10 +29,6 @@ #if APR_HAS_LDAP -#if APR_HAS_SHARED_MEMORY -#define MODLDAP_SHMEM_CACHE "/tmp/mod_ldap_cache" -#endif - /* ------------------------------------------------------------------ */ unsigned long util_ldap_url_node_hash(void *n)