mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Zap unused variables.
This commit is contained in:
parent
69e7f4af19
commit
4d4ec52df8
5
server.c
5
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>
|
* 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 window_pane *wp, *wq;
|
||||||
struct options *oo = &w->options;
|
struct options *oo = &w->options;
|
||||||
struct client *c;
|
|
||||||
struct session *s;
|
struct session *s;
|
||||||
struct winlink *wl;
|
struct winlink *wl;
|
||||||
u_int i, j;
|
u_int i;
|
||||||
int destroyed;
|
int destroyed;
|
||||||
|
|
||||||
destroyed = 1;
|
destroyed = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user