mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 19:18:06 -05: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;
|
||||
};
|
||||
|
||||
/*
|
||||
* little structure to keep track of outstanding WINDOW_ADJUSTs
|
||||
*/
|
||||
struct winadj {
|
||||
struct winadj *next;
|
||||
unsigned size;
|
||||
};
|
||||
|
||||
/*
|
||||
* 2-3-4 tree storing channels.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user