]> git.sur5r.net Git - openldap/commitdiff
ainfo_free no longer needed
authorHoward Chu <hyc@openldap.org>
Sat, 17 Nov 2001 00:46:00 +0000 (00:46 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 17 Nov 2001 00:46:00 +0000 (00:46 +0000)
servers/slapd/back-ldbm/attr.c

index 8241e12601d1fc0c572f281dbb20d65de40ce077..b9cbd7e2e581cf02cc279e9ccc919e63f964a595 100644 (file)
@@ -213,15 +213,8 @@ attr_index_config(
        return LDAP_SUCCESS;
 }
 
-
-static void
-ainfo_free( void *attr )
-{
-       free( attr );
-}
-
 void
 attr_index_destroy( Avlnode *tree )
 {
-       avl_free( tree, ainfo_free );
+       avl_free( tree, free );
 }