From b3e9b21a1cb36230bd1507649ccfb15f66bdd524 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 1 Sep 2012 12:10:27 +0000 Subject: [PATCH] struct winadj is unused now. G/c it. git-svn-id: svn://svn.tartarus.org/sgt/putty@9648 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 8 -------- 1 file changed, 8 deletions(-) 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 { -- 2.11.0