tree: drop ARGSUSED comments

This commit is contained in:
Bert Belder 2017-09-10 20:51:11 +02:00
parent 6cb8c37efd
commit 894b48b2bd

View File

@ -397,7 +397,6 @@ name##_RB_NFIND(struct name *head, struct type *elm) \
return (res); \
} \
\
/* ARGSUSED */ \
attr struct type * \
name##_RB_NEXT(struct type *elm) \
{ \
@ -419,7 +418,6 @@ name##_RB_NEXT(struct type *elm) \
return (elm); \
} \
\
/* ARGSUSED */ \
attr struct type * \
name##_RB_PREV(struct type *elm) \
{ \