1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Unused variable.

This commit is contained in:
Nicholas Marriott 2011-07-09 01:37:00 +00:00
parent 9dacc1700b
commit 7e423ea491

View File

@ -46,7 +46,6 @@ cmd_respawn_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
struct winlink *wl;
struct window *w;
struct window_pane *wp;
u_int hlimit;
struct session *s;
struct environ env;
const char *cmd;