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

2
cfg.c
View File

@ -40,13 +40,11 @@ int cfg_finished;
int cfg_references;
struct causelist cfg_causes;
/* ARGSUSED */
void printflike2
cfg_print(unused struct cmd_ctx *ctx, unused const char *fmt, ...)
{
}
/* ARGSUSED */
void printflike2
cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)
{