]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
struct winadj is unused now. G/c it.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 12:10:27 +0000 (12:10 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 12:10:27 +0000 (12:10 +0000)
[originally from svn r9648]

ssh.c

diff --git a/ssh.c b/ssh.c
index fa400c34f2160fbfee9c84a466753dcf1d2ef6cd..846aa7cea2aedd3d70c8244d0b3e27f08da4e830 100644 (file)
--- 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.
  */