Warning fixes from Carlo Marcelo Arenas Belón.

This commit is contained in:
Nicholas Marriott
2019-04-10 19:27:09 +01:00
parent 1c1ec84aa3
commit e6ee3e9504
2 changed files with 3 additions and 1 deletions

View File

@@ -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);