mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Remove now-unused variable pwrstat. Spotted by Krzysztof Kowalczyk.
[originally from svn r4150]
This commit is contained in:
parent
bb6532810b
commit
3f20a5b4b3
1
noise.c
1
noise.c
@ -58,7 +58,6 @@ void noise_get_light(void (*func) (void *, int))
|
|||||||
SYSTEMTIME systime;
|
SYSTEMTIME systime;
|
||||||
DWORD adjust[2];
|
DWORD adjust[2];
|
||||||
BOOL rubbish;
|
BOOL rubbish;
|
||||||
SYSTEM_POWER_STATUS pwrstat;
|
|
||||||
|
|
||||||
GetSystemTime(&systime);
|
GetSystemTime(&systime);
|
||||||
func(&systime, sizeof(systime));
|
func(&systime, sizeof(systime));
|
||||||
|
Loading…
Reference in New Issue
Block a user