mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
This commit is contained in:
@@ -41,6 +41,7 @@ const struct cmd_entry cmd_lock_server_entry = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
cmd_lock_server_exec(unused struct cmd *self, unused struct cmd_ctx *ctx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user