summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-lock-server.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-04-13 20:54:15 +0000
committernicm <nicm@openbsd.org>2020-04-13 20:54:15 +0000
commit73e52ff847ba9dfd12a86b8cc56007dccbb4d982 (patch)
tree2a7a6374a2964f4026535f37cbee818e1962fbf5 /usr.bin/tmux/cmd-lock-server.c
parentMake client -c and -t handling common in cmd-queue.c and try to be (diff)
downloadwireguard-openbsd-73e52ff847ba9dfd12a86b8cc56007dccbb4d982.tar.xz
wireguard-openbsd-73e52ff847ba9dfd12a86b8cc56007dccbb4d982.zip
Missed a few warnings in previous.
Diffstat (limited to 'usr.bin/tmux/cmd-lock-server.c')
-rw-r--r--usr.bin/tmux/cmd-lock-server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-lock-server.c b/usr.bin/tmux/cmd-lock-server.c
index 6508294999a..dd0222912ed 100644
--- a/usr.bin/tmux/cmd-lock-server.c
+++ b/usr.bin/tmux/cmd-lock-server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-lock-server.c,v 1.29 2020/04/13 20:51:57 nicm Exp $ */
+/* $OpenBSD: cmd-lock-server.c,v 1.30 2020/04/13 20:54:15 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -64,7 +64,6 @@ const struct cmd_entry cmd_lock_client_entry = {
static enum cmd_retval
cmd_lock_server_exec(struct cmd *self, struct cmdq_item *item)
{
- struct args *args = cmd_get_args(self);
struct cmd_find_state *target = cmdq_get_target(item);
struct client *tc = cmdq_get_target_client(item);