mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-25 11:54:04 +00:00
Doh, trim variables unused now.
This commit is contained in:
parent
8cb8a0da8d
commit
8a873b97a3
1 changed files with 1 additions and 2 deletions
3
server.c
3
server.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue