rtsold: Remove an incorrect __unused annotation

MFC after:	1 week
This commit is contained in:
Mark Johnston 2020-10-23 14:56:17 +00:00
parent eb3b7cece2
commit a792802f2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366972

View file

@ -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;