mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-04-30 22:56:16 +00:00
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
Block a user