Skip to content

Commit

Permalink
module: avl: fix unused, remove argsused
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12844
  • Loading branch information
nabijaczleweli authored and nicman23 committed Aug 22, 2022
1 parent 962016f commit 48af3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/avl/avl.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ avl_create(avl_tree_t *tree, int (*compar) (const void *, const void *),
/*
* Delete a tree.
*/
/* ARGSUSED */
void
avl_destroy(avl_tree_t *tree)
{
Expand Down

0 comments on commit 48af3e3

Please sign in to comment.