]> git.sur5r.net Git - openldap/commitdiff
Remove extraneous variable
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Jun 2001 00:00:52 +0000 (00:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Jun 2001 00:00:52 +0000 (00:00 +0000)
servers/slapd/schema_init.c

index 0ad467af24b762a455dc8426593c7ef51dcb8c76..5ab913e73775b4aceeb233a60d81b05b967216dd 100644 (file)
@@ -2355,8 +2355,6 @@ countryStringValidate(
        Syntax *syntax,
        struct berval *val )
 {
-       ber_len_t i;
-
        if( val->bv_len != 2 ) return LDAP_INVALID_SYNTAX;
 
        if( !SLAP_PRINTABLE(val->bv_val[0]) ) {