module: avl: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
parent
1f182103aa
commit
2447a1e59c
|
@ -908,7 +908,6 @@ avl_create(avl_tree_t *tree, int (*compar) (const void *, const void *),
|
||||||
/*
|
/*
|
||||||
* Delete a tree.
|
* Delete a tree.
|
||||||
*/
|
*/
|
||||||
/* ARGSUSED */
|
|
||||||
void
|
void
|
||||||
avl_destroy(avl_tree_t *tree)
|
avl_destroy(avl_tree_t *tree)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue