]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/syncrepl.c
ITS#8578 - remove unused-variables in RE24 testing call (2.4.45)
[openldap] / servers / slapd / syncrepl.c
index 40254981799c36c50bd993df42675c3c0aeb852e..26485da4113b4c289aaadb61480c53daf3cc4305 100644 (file)
@@ -2188,11 +2188,8 @@ syncrepl_op_modify( Operation *op, SlapReply *rs )
        if ( match < 0 ) {
                Operation op2 = *op;
                AttributeName an[2];
-               const char *text;
                struct berval bv;
-               char *ptr;
-               Modifications *ml;
-               int size, rc;
+               int size;
                SlapReply rs1 = {0};
                resolve_ctxt rx;
                slap_callback cb = { NULL, syncrepl_resolve_cb, NULL, NULL };