Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.
[u/mdw/putty] / noise.c
diff --git a/noise.c b/noise.c
index 5b82fa7..1b1d1f5 100644 (file)
--- a/noise.c
+++ b/noise.c
@@ -58,7 +58,6 @@ void noise_get_light(void (*func) (void *, int))
     SYSTEMTIME systime;
     DWORD adjust[2];
     BOOL rubbish;
-    SYSTEM_POWER_STATUS pwrstat;
 
     GetSystemTime(&systime);
     func(&systime, sizeof(systime));