From de6d59b500ca7907be0018ffab06b9cd856cf927 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 1 Sep 2012 12:10:27 +0000 Subject: [PATCH] struct winadj is unused now. G/c it. [originally from svn r9648] --- 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 @@ -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. */ -- 2.45.2