X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e03299cbdda650047f609b0545e1790c67418b55..b3e9b21a1cb36230bd1507649ccfb15f66bdd524:/ssh.c diff --git a/ssh.c b/ssh.c index fa400c34..846aa7ce 100644 --- a/ssh.c +++ b/ssh.c @@ -589,14 +589,6 @@ struct outstanding_channel_request { }; /* - * little structure to keep track of outstanding WINDOW_ADJUSTs - */ -struct winadj { - struct winadj *next; - unsigned size; -}; - -/* * 2-3-4 tree storing channels. */ struct ssh_channel {