diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-12 13:09:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-12 13:09:43 +0000 |
commit | 8a873b97a31d97189a092ad68581fa872bc4f9ee (patch) | |
tree | aa586fae41466c902cc87d8af560208f320b1a3f | |
parent | 8cb8a0da8d061293e9e4b52d99473ff574abf727 (diff) | |
download | rtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.tar.gz rtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.tar.bz2 rtmux-8a873b97a31d97189a092ad68581fa872bc4f9ee.zip |
Doh, trim variables unused now.
-rw-r--r-- | server.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |