diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:05:05 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:05:05 +0000 |
commit | 5f38f8cd649f2034ac887131a92918d3bd153ca4 (patch) | |
tree | 512e35b166819ae5b1c8149cea2bad0291a60159 /cmd-respawn-pane.c | |
parent | 5ae4b4acc069cec45d9c7a76744fe0e62a93dcf5 (diff) | |
download | rtmux-5f38f8cd649f2034ac887131a92918d3bd153ca4.tar.gz rtmux-5f38f8cd649f2034ac887131a92918d3bd153ca4.tar.bz2 rtmux-5f38f8cd649f2034ac887131a92918d3bd153ca4.zip |
Sync OpenBSD patchset 938:
Unused variable.
Diffstat (limited to 'cmd-respawn-pane.c')
-rw-r--r-- | cmd-respawn-pane.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-respawn-pane.c b/cmd-respawn-pane.c index 51781b85..dd476cbe 100644 --- a/cmd-respawn-pane.c +++ b/cmd-respawn-pane.c @@ -1,4 +1,4 @@ -/* $Id: cmd-respawn-pane.c,v 1.2 2011/07/04 13:35:37 nicm Exp $ */ +/* $Id: cmd-respawn-pane.c,v 1.3 2011/07/09 01:37:00 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |