diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2020-01-06 16:02:26 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-01-10 07:00:51 +0000 |
commit | 6eacb857c17b842595c6c6061a46b378af2a9616 (patch) | |
tree | 4bc32877c3f47e54f85b76eb83f9e916f3a933d0 | |
parent | 7d3d87e4d7b91e300e22e29dcd1e15b09630ffce (diff) | |
download | edk2-6eacb857c17b842595c6c6061a46b378af2a9616.tar.gz edk2-6eacb857c17b842595c6c6061a46b378af2a9616.tar.bz2 edk2-6eacb857c17b842595c6c6061a46b378af2a9616.zip |
PcAtChipsetPkg: 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>
-rw-r--r-- | PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c index 7fe1663c97..e42c41c48e 100644 --- a/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c +++ b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c @@ -66,23 +66,6 @@ ResetShutdown ( /**
- Calling this function causes the system to enter a power state for capsule
- update.
-
- Reset update should not return, if it returns, it means the system does
- not support capsule update.
-
-**/
-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
|