aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-commands.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 10:31:22 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 10:31:22 +0000
commit8d59b189cc9e83ac0049fc3108de1b822fa7b4ce (patch)
treeb5064b9d8e9a6ed7af9f363a412866ce23749870 /cmd-list-commands.c
parent306a3b8d8070146e22e26866390f9901fa1b7c4e (diff)
downloadrtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.tar.gz
rtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.tar.bz2
rtmux-8d59b189cc9e83ac0049fc3108de1b822fa7b4ce.zip
No more lint means no more ARGSUSED.
Diffstat (limited to 'cmd-list-commands.c')
-rw-r--r--cmd-list-commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-list-commands.c b/cmd-list-commands.c
index 261acefb..05a31ec5 100644
--- a/cmd-list-commands.c
+++ b/cmd-list-commands.c
@@ -36,7 +36,6 @@ const struct cmd_entry cmd_list_commands_entry = {
cmd_list_commands_exec
};
-/* ARGSUSED */
enum cmd_retval
cmd_list_commands_exec(unused struct cmd *self, struct cmd_ctx *ctx)
{