Remove lint

This commit is contained in:
Kurt Zeilenga 2001-11-07 01:24:32 +00:00
parent 5f8058f957
commit 8d74b517cd

View File

@ -36,7 +36,7 @@ filter_candidates(
Filter *f
)
{
ID_BLOCK *result, *tmp1, *tmp2;
ID_BLOCK *result;
#ifdef NEW_LOGGING
LDAP_LOG(( "filter", LDAP_LEVEL_ENTRY, "filter_candidates: enter\n"));