mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Remove a useless function pointer cast.
This commit is contained in:
parent
ae28aa57b2
commit
f77c8b567e
@ -32,7 +32,7 @@ main( int argc, char **argv )
|
||||
while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
|
||||
switch( *command ) {
|
||||
case 'n': /* new tree */
|
||||
( void ) avl_free( tree, (AVL_FREE) free );
|
||||
( void ) avl_free( tree, free );
|
||||
tree = NULL;
|
||||
break;
|
||||
case 'p': /* print */
|
||||
|
Loading…
Reference in New Issue
Block a user