Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 27 Apr 2004 12:57:13 +0000 (12:57 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 27 Apr 2004 12:57:13 +0000 (12:57 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@4150 cda61777-01e9-0310-a592-d414129be87e

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));