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>
This commit is contained in:
committed by
mergify[bot]
parent
dd01704111
commit
7d3d87e4d7
@ -51,17 +51,6 @@ ResetShutdown (
|
|||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
|
||||||
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
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function causes a systemwide reset. The exact type of the reset is
|
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
|
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
|
||||||
|
@ -58,20 +58,6 @@ ResetShutdown (
|
|||||||
ASSERT (FALSE);
|
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
|
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
|
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
|
||||||
|
@ -57,19 +57,6 @@ ResetShutdown (
|
|||||||
gRT->ResetSystem (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
gRT->ResetSystem (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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
|
|
||||||
)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function causes a systemwide reset. The exact type of the reset is
|
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
|
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
|
||||||
|
@ -57,19 +57,6 @@ ResetShutdown (
|
|||||||
PeiServicesResetSystem2 (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
PeiServicesResetSystem2 (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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
|
|
||||||
)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function causes a systemwide reset. The exact type of the reset is
|
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
|
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
|
||||||
|
@ -62,19 +62,6 @@ ResetShutdown (
|
|||||||
mInternalRT->ResetSystem (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
mInternalRT->ResetSystem (EfiResetShutdown, EFI_SUCCESS, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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
|
|
||||||
)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function causes a systemwide reset. The exact type of the reset is
|
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
|
defined by the EFI_GUID that follows the Null-terminated Unicode string passed
|
||||||
|
Reference in New Issue
Block a user