diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-10 19:27:09 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-10 19:27:09 +0100 |
commit | e6ee3e9504e0abc9014e1b20ac6a9c43dd6145fb (patch) | |
tree | e768698a6eb634119d7d3de69f21ea12f657e82a /cmd-respawn-pane.c | |
parent | 1c1ec84aa3362bd9d87f32a7afa6d07017adccfc (diff) | |
download | rtmux-e6ee3e9504e0abc9014e1b20ac6a9c43dd6145fb.tar.gz rtmux-e6ee3e9504e0abc9014e1b20ac6a9c43dd6145fb.tar.bz2 rtmux-e6ee3e9504e0abc9014e1b20ac6a9c43dd6145fb.zip |
Warning fixes from Carlo Marcelo Arenas Belón.
Diffstat (limited to 'cmd-respawn-pane.c')
-rw-r--r-- | cmd-respawn-pane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-respawn-pane.c b/cmd-respawn-pane.c index df234cd3..44234315 100644 --- a/cmd-respawn-pane.c +++ b/cmd-respawn-pane.c @@ -52,7 +52,6 @@ cmd_respawn_pane_exec(struct cmd *self, struct cmdq_item *item) struct session *s = item->target.s; struct winlink *wl = item->target.wl; struct window_pane *wp = item->target.wp; - struct client *c = cmd_find_client(item, NULL, 1); char *cause = NULL; memset(&sc, 0, sizeof sc); |