]> git.sur5r.net Git - openldap/commitdiff
Remove unused variables
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 6 Dec 2007 17:23:23 +0000 (17:23 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 6 Dec 2007 17:23:23 +0000 (17:23 +0000)
libraries/liblutil/utils.c

index 62db930f4437f7e75e5b818e2c8f88f356bdf701..ff711da018fb530b48082a5a9b54a8d7d86938d5 100644 (file)
@@ -773,7 +773,6 @@ lutil_str2bin( struct berval *in, struct berval *out, void *ctx )
                }
                /* Negate the result */
                if ( neg ) {
-                       int i, j;
                        unsigned char *ptr;
 
                        ptr = num.buf+num.beg;