kernel32: Remove dead code and old comment.

This commit is contained in:
André Hentschel 2010-11-03 18:39:47 +01:00 committed by Alexandre Julliard
parent d4f64121e8
commit b466d2f1bc
1 changed files with 0 additions and 12 deletions

View File

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