mirror of https://github.com/acidanthera/audk.git
Remove code comments since PI 1.2c has fixed the typo of some status code name.
Signed-off-by: vanjeff Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12702 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3512efa9b2
commit
d634799fee
|
@ -754,7 +754,6 @@ typedef struct {
|
|||
|
||||
///
|
||||
/// Software Class PEI Module Subclass Progress Code definitions.
|
||||
/// Note: EFI_SW_PEI_PC_RECOVERY_BEGIN is different from PI 1.2 Specification.
|
||||
///
|
||||
///@{
|
||||
#define EFI_SW_PEI_PC_RECOVERY_BEGIN (EFI_SUBCLASS_SPECIFIC | 0x00000000)
|
||||
|
@ -996,7 +995,6 @@ typedef struct {
|
|||
|
||||
///
|
||||
/// Software Class PEI Module Subclass Error Code definitions.
|
||||
/// Note: EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR is different from PI 1.2 Specification.
|
||||
///
|
||||
///@{
|
||||
#define EFI_SW_PEI_EC_NO_RECOVERY_CAPSULE (EFI_SUBCLASS_SPECIFIC | 0x00000000)
|
||||
|
|
Loading…
Reference in New Issue