From: Kurt Zeilenga Date: Fri, 15 Jun 2001 00:00:52 +0000 (+0000) Subject: Remove extraneous variable X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1312 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2edf459cb5d2d4b3e0cf21f1bf0ee385d635092;p=openldap Remove extraneous variable --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 0ad467af24..5ab913e737 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -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]) ) {