aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;