From: Ben Harris Date: Sat, 1 Sep 2012 12:10:27 +0000 (+0000) Subject: struct winadj is unused now. G/c it. X-Git-Tag: 0.63~142 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=de6d59b500ca7907be0018ffab06b9cd856cf927;p=PuTTY.git struct winadj is unused now. G/c it. [originally from svn r9648] --- diff --git a/ssh.c b/ssh.c index fa400c34..846aa7ce 100644 --- a/ssh.c +++ b/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. */