Sync OpenBSD patchset 154:

Nix a few unused attributes on arguments which are no longer unused.
This commit is contained in:
Tiago Cunha
2009-07-22 17:38:11 +00:00
parent a92993228f
commit 0237e1dafd
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-confirm-before.c,v 1.7 2009-07-17 09:26:21 nicm Exp $ */
/* $Id: cmd-confirm-before.c,v 1.8 2009-07-22 17:38:11 tcunha Exp $ */
/*
* Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org>
@ -68,7 +68,7 @@ cmd_confirm_before_init(struct cmd *self, int key)
}
int
cmd_confirm_before_exec(unused struct cmd *self, struct cmd_ctx *ctx)
cmd_confirm_before_exec(struct cmd *self, struct cmd_ctx *ctx)
{
struct cmd_target_data *data = self->data;
struct cmd_confirm_before_data *cdata;