diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-24 08:41:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-24 08:41:21 +0000 |
commit | a413a9c1e0014d084a175d3b741286bf8fc657e0 (patch) | |
tree | 67fda1afcdd5176b53257e233009de0a2958ad4e /usr.bin/ssh | |
parent | dab7fa54300ebdfe67399b7ae0db895888157c2a (diff) |
remove unused
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index dcac2b22ab1..5d4b8dc55e7 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.147 2001/10/08 19:05:05 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.148 2001/10/24 08:41:20 markus Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -123,14 +123,6 @@ char *host; /* socket address the host resolves to */ struct sockaddr_storage hostaddr; -/* - * Flag to indicate that we have received a window change signal which has - * not yet been processed. This will cause a message indicating the new - * window size to be sent to the server a little later. This is volatile - * because this is updated in a signal handler. - */ -volatile int received_window_change_signal = 0; - /* Private host keys. */ struct { Key **keys; |