Remove unused variables

This commit is contained in:
Hallvard Furuseth 2007-12-06 17:23:23 +00:00
parent 8f74e9cacc
commit 24d9258888

View File

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