diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2020-01-06 16:01:20 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-01-10 07:00:51 +0000 |
commit | 7d3d87e4d7b91e300e22e29dcd1e15b09630ffce (patch) | |
tree | f546e069a515695b8f73975b142f1097a6d19378 /MdeModulePkg/Library/BaseResetSystemLibNull | |
parent | dd01704111c6e85b7bca62968d48abc2c626a3c6 (diff) | |
download | edk2-7d3d87e4d7b91e300e22e29dcd1e15b09630ffce.tar.gz edk2-7d3d87e4d7b91e300e22e29dcd1e15b09630ffce.tar.bz2 edk2-7d3d87e4d7b91e300e22e29dcd1e15b09630ffce.zip |
MdeModulePkg: remove EnterS3WithImmediateWake () from ResetSystemLib
EnterS3WithImmediateWake () no longer has any callers, so remove it
from ResetSystemLib.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/BaseResetSystemLibNull')
-rw-r--r-- | MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ -59,20 +59,6 @@ ResetShutdown ( }
/**
- 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
into ResetData. If the platform does not recognize the EFI_GUID in ResetData
|