aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-12 13:09:43 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-12 13:09:43 +0000
commit8a873b97a31d97189a092ad68581fa872bc4f9ee (patch)
treeaa586fae41466c902cc87d8af560208f320b1a3f
parent8cb8a0da8d061293e9e4b52d99473ff574abf727 (diff)
downloadrtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.tar.gz
rtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.tar.bz2
rtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.zip
Doh, trim variables unused now.
-rw-r--r--server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server.c b/server.c
index 09ce8b36..504269ea 100644
--- a/server.c
+++ b/server.c
@@ -1170,10 +1170,9 @@ server_check_window(struct window *w)
{
struct window_pane *wp, *wq;
struct options *oo = &w->options;
- struct client *c;
struct session *s;
struct winlink *wl;
- u_int i, j;
+ u_int i;
int destroyed;
destroyed = 1;