Remove a couple of now-unused variables.

This commit is contained in:
nicm
2015-02-05 10:32:39 +00:00
parent 4946f74253
commit f1e68bfdd2
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ cmd_new_window_exec(struct cmd *self, struct cmd_q *cmdq)
struct args *args = self->args;
struct session *s;
struct winlink *wl;
struct client *c;
const char *cmd, *path, *template;
char **argv, *cause, *cp;
int argc, idx, last, detached, cwd, fd = -1;