From 8a873b97a31d97189a092ad68581fa872bc4f9ee Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 12 Sep 2009 13:09:43 +0000 Subject: [PATCH] Doh, trim variables unused now. --- server.c | 3 +-- 1 file changed, 1 insertion(+), 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;