mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
struct winadj is unused now. G/c it.
[originally from svn r9648]
This commit is contained in:
parent
98e562b7f6
commit
de6d59b500
8
ssh.c
8
ssh.c
@ -588,14 +588,6 @@ struct outstanding_channel_request {
|
|||||||
struct outstanding_channel_request *next;
|
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.
|
* 2-3-4 tree storing channels.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user