1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

struct winadj is unused now. G/c it.

[originally from svn r9648]
This commit is contained in:
Ben Harris 2012-09-01 12:10:27 +00:00
parent 98e562b7f6
commit de6d59b500

8
ssh.c
View File

@ -588,14 +588,6 @@ struct outstanding_channel_request {
struct outstanding_channel_request *next;
};
/*
* little structure to keep track of outstanding WINDOW_ADJUSTs
*/
struct winadj {
struct winadj *next;
unsigned size;
};
/*
* 2-3-4 tree storing channels.
*/