remove lint (ITS#4878)

This commit is contained in:
Pierangelo Masarati 2007-03-17 14:22:44 +00:00
parent 71c93265e2
commit 9be22e18bf
3 changed files with 2 additions and 4 deletions

View file

@ -583,7 +583,7 @@ test_ava_filter(
if ( ava->aa_desc == slap_schema.si_ad_entryDN ) {
MatchingRule *mr;
int rc, match;
int match;
const char *text;
if( type != LDAP_FILTER_EQUALITY &&

View file

@ -502,7 +502,6 @@ limits_parse(
ad.bv_val = strchr( oc.bv_val, '/' );
if ( ad.bv_val != NULL ) {
const char *text = NULL;
int rc;
oc.bv_len = ad.bv_val - oc.bv_val;
@ -533,7 +532,6 @@ no_oc:;
if ( group_ad == NULL ) {
const char *text = NULL;
int rc;
rc = slap_str2ad( SLAPD_GROUP_ATTR, &group_ad, &text );

View file

@ -695,7 +695,7 @@ int slap_mods_check(
MatchingRule *mr = ad->ad_type->sat_equality;
int istack[sizeof(int)*16];
int i,j,k,l,ir,jstack, rc, match, *ix, itmp;
int i, j, k, l, ir, jstack, match, *ix, itmp;
struct berval a, *cv;
/* If PRESERVE_ORDER is defined only the index array is sorted; the