No more lint means no more ARGSUSED.

This commit is contained in:
Nicholas Marriott
2013-03-22 10:31:22 +00:00
parent 306a3b8d80
commit 8d59b189cc
20 changed files with 0 additions and 28 deletions

1
job.c
View File

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