]> git.sur5r.net Git - openldap/commitdiff
Remove unused variables
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Dec 2007 19:00:18 +0000 (19:00 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Dec 2007 19:00:18 +0000 (19:00 +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;