diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-13 20:43:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-13 20:43:21 +0000 |
commit | 4d4ec52df8ea2755978f8c6f58d3d5447b52ad59 (patch) | |
tree | 26b9fd73e77062520b1c17e0865c45a3621a27f0 | |
parent | 69e7f4af1924343d876214a36e3771a7815d3519 (diff) | |
download | rtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.tar.gz rtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.tar.bz2 rtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.zip |
Zap unused variables.
-rw-r--r-- | server.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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; |