From: Pierangelo Masarati Date: Sat, 4 May 2002 11:07:04 +0000 (+0000) Subject: remove unused variables X-Git-Tag: OPENLDAP_REL_ENG_2_MP~94 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0d1a529756fc9ab2cb84566f1de87d415e89b09;p=openldap remove unused variables --- diff --git a/servers/slapd/matchedValues.c b/servers/slapd/matchedValues.c index 7a9b2d2ab2..ac953f111e 100644 --- a/servers/slapd/matchedValues.c +++ b/servers/slapd/matchedValues.c @@ -70,10 +70,6 @@ filter_matched_values( ) { ValuesReturnFilter *f; - Attribute *a; - struct berval *bv; - char filter_found; - int i, j; int rc = LDAP_SUCCESS; #ifdef NEW_LOGGING @@ -211,7 +207,6 @@ test_ava_vrFilter( char ***e_flags ) { - int rc; int i, j; Attribute *a;