Commit b466d2f1 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32: Remove dead code and old comment.

parent d4f64121
...@@ -79,18 +79,6 @@ BOOL WINAPI SetSystemPowerState(BOOL suspend_or_hibernate, ...@@ -79,18 +79,6 @@ BOOL WINAPI SetSystemPowerState(BOOL suspend_or_hibernate,
BOOL force_flag) BOOL force_flag)
{ {
WARN("(): stub, harmless.\n"); WARN("(): stub, harmless.\n");
/* suspend_or_hibernate flag: w95 does not support
this feature anyway */
for ( ;0; )
{
if ( force_flag )
{
}
else
{
}
}
return TRUE; return TRUE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment