From 4d4ec52df8ea2755978f8c6f58d3d5447b52ad59 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 13 Sep 2009 20:43:21 +0000 Subject: [PATCH] Zap unused variables. --- server.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server.c b/server.c index 3979fb2e..f8bdbaa8 100644 --- a/server.c +++ b/server.c @@ -1,4 +1,4 @@ -/* $Id: server.c,v 1.185 2009-09-13 20:37:37 tcunha Exp $ */ +/* $Id: server.c,v 1.186 2009-09-13 20:43:21 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1173,10 +1173,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;