]> git.sur5r.net Git - openldap/commitdiff
Silence "unused variable" warning
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:35:09 +0000 (19:35 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:35:09 +0000 (19:35 +0000)
servers/slapd/back-perl/compare.c

index 75ade4a965105621ee06793e2653fbbb1a589bbe..f28605f62737d37c423fe1f56ceb3dd6e36e941f 100644 (file)
@@ -30,7 +30,7 @@ perl_back_compare(
        SlapReply       *rs )
 {
        int count;
-       char *avastr, *ptr;
+       char *avastr;
 
        PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;