1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.

[originally from svn r4150]
This commit is contained in:
Jacob Nevins 2004-04-27 12:57:13 +00:00
parent bb6532810b
commit 3f20a5b4b3

View File

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