aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-13 20:43:21 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-13 20:43:21 +0000
commit4d4ec52df8ea2755978f8c6f58d3d5447b52ad59 (patch)
tree26b9fd73e77062520b1c17e0865c45a3621a27f0
parent69e7f4af1924343d876214a36e3771a7815d3519 (diff)
downloadrtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.tar.gz
rtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.tar.bz2
rtmux-4d4ec52df8ea2755978f8c6f58d3d5447b52ad59.zip
Zap unused variables.
-rw-r--r--server.c5
1 files 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 <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;