mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Remove rogue debug statement
[originally from svn r674]
This commit is contained in:
parent
5d359d9528
commit
1be5191965
1
noise.c
1
noise.c
@ -44,7 +44,6 @@ void noise_get_heavy(void (*func) (void *, int)) {
|
|||||||
mod = GetModuleHandle("KERNEL32");
|
mod = GetModuleHandle("KERNEL32");
|
||||||
if (mod) {
|
if (mod) {
|
||||||
gsps = (gsps_t)GetProcAddress(mod, "GetSystemPowerStatus");
|
gsps = (gsps_t)GetProcAddress(mod, "GetSystemPowerStatus");
|
||||||
debug(("got gsps=%p\n", gsps));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user