Remove lint.

This commit is contained in:
Kurt Zeilenga 2002-01-06 00:35:41 +00:00
parent 95082964fc
commit 4aae03ef24

View file

@ -38,10 +38,9 @@ do_search(
struct berval fstr = { 0, NULL };
Filter *filter = NULL;
AttributeName *an;
ber_len_t siz, off;
ber_len_t siz, off, i;
Backend *be;
int rc;
int i;
const char *text;
int manageDSAit;
@ -201,7 +200,6 @@ do_search(
#else
Debug( LDAP_DEBUG_ARGS, " %s", an[i].an_name.bv_val, 0, 0 );
#endif
}
}