X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBaseResetSystemLibNull%2FBaseResetSystemLibNull.c;fp=MdeModulePkg%2FLibrary%2FBaseResetSystemLibNull%2FBaseResetSystemLibNull.c;h=33a896bee05494f3e4012b9fe251e3803c5663c0;hp=8d4c1028e603b5d089e6d020e9aa49d8fff63e4c;hb=7d3d87e4d7b91e300e22e29dcd1e15b09630ffce;hpb=dd01704111c6e85b7bca62968d48abc2c626a3c6 diff --git a/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c b/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c index 8d4c1028e6..33a896bee0 100644 --- a/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c +++ b/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c @@ -58,20 +58,6 @@ ResetShutdown ( ASSERT (FALSE); } -/** - This function causes the system to enter S3 and then wake up immediately. - - If this function returns, it means that the system does not support S3 feature. -**/ -VOID -EFIAPI -EnterS3WithImmediateWake ( - VOID - ) -{ - ASSERT (FALSE); -} - /** This function causes a systemwide reset. The exact type of the reset is defined by the EFI_GUID that follows the Null-terminated Unicode string passed