rtsold: Remove an incorrect __unused annotation
MFC after: 1 week
This commit is contained in:
parent
eb3b7cece2
commit
a792802f2b
@ -207,7 +207,7 @@ script_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin,
|
||||
}
|
||||
|
||||
static int
|
||||
script_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits __unused)
|
||||
script_limit(const nvlist_t *oldlimits, const nvlist_t *newlimits)
|
||||
{
|
||||
const char *name;
|
||||
void *cookie;
|
||||
|
Loading…
Reference in New Issue
Block a user