summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-respawn-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2011-07-09 01:37:01 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2011-07-09 01:37:01 +0000
commit748df05ad6aabe634e6e0765098218306897dc40 (patch)
tree0c0c5267d5482171e69c24e101ddbad831ac5cb6 /usr.bin/tmux/cmd-respawn-pane.c
parentbdeaa46ee4af54205c205271c21d38e74ea35c04 (diff)
Unused variable.
Diffstat (limited to 'usr.bin/tmux/cmd-respawn-pane.c')
-rw-r--r--usr.bin/tmux/cmd-respawn-pane.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-respawn-pane.c b/usr.bin/tmux/cmd-respawn-pane.c
index 51781b856d8..dd476cbef76 100644
--- a/usr.bin/tmux/cmd-respawn-pane.c
+++ b/usr.bin/tmux/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;