From: ben Date: Sat, 1 Sep 2012 12:10:27 +0000 (+0000) Subject: struct winadj is unused now. G/c it. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/b3e9b21a1cb36230bd1507649ccfb15f66bdd524 struct winadj is unused now. G/c it. git-svn-id: svn://svn.tartarus.org/sgt/putty@9648 cda61777-01e9-0310-a592-d414129be87e --- 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 {