ainfo_free no longer needed

This commit is contained in:
Howard Chu 2001-11-17 00:46:00 +00:00
parent 383939f18f
commit 18ae339b0f

View File

@ -213,15 +213,8 @@ attr_index_config(
return LDAP_SUCCESS; return LDAP_SUCCESS;
} }
static void
ainfo_free( void *attr )
{
free( attr );
}
void void
attr_index_destroy( Avlnode *tree ) attr_index_destroy( Avlnode *tree )
{ {
avl_free( tree, ainfo_free ); avl_free( tree, free );
} }