From: Ruediger Pluem Date: Wed, 28 Nov 2007 20:53:30 +0000 (+0000) Subject: * Remove unused variable and thus remove compiler warning X-Git-Tag: 2.3.0~1214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=419b6bb2f88dd91112ad16a91b8a9565a2bbb485;p=apache * Remove unused variable and thus remove compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 792ad0a189..76d80c9dd4 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -1012,7 +1012,7 @@ static int uldap_cache_check_subgroups(request_rec *r, util_ldap_connection_t *l util_compare_node_t *compare_nodep; util_compare_node_t the_compare_node; util_compare_subgroup_t *tmp_local_sgl = NULL; - int lcl_sgl_processedFlag = 0, failures = 0, sgindex = 0, base_sgcIndex = 0; + int lcl_sgl_processedFlag = 0, sgindex = 0, base_sgcIndex = 0; struct mod_auth_ldap_groupattr_entry_t *sgc_ents = (struct mod_auth_ldap_groupattr_entry_t *) subgroupclasses->elts; util_ldap_state_t *st = (util_ldap_state_t *)