]> git.sur5r.net Git - openldap/commitdiff
remove unused variables
authorPierangelo Masarati <ando@openldap.org>
Sat, 4 May 2002 11:07:04 +0000 (11:07 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 4 May 2002 11:07:04 +0000 (11:07 +0000)
servers/slapd/matchedValues.c

index 7a9b2d2ab22dafd650de5fe459038b5af9c5feca..ac953f111e33976a3ea062f1fa2ac1a34496e598 100644 (file)
@@ -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;