No more lint means no more ARGSUSED.

This commit is contained in:
Nicholas Marriott
2013-02-17 23:15:38 +00:00
parent 7d1a8f7e9e
commit 9d165df18a
23 changed files with 0 additions and 32 deletions

1
job.c
View File

@ -133,7 +133,6 @@ job_free(struct job *job)
}
/* Job buffer error callback. */
/* ARGSUSED */
void
job_callback(unused struct bufferevent *bufev, unused short events, void *data)
{