diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 09:03:12 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 09:03:12 +0000 |
commit | 276a49b699785cb3faf99744265f7051b08dc20d (patch) | |
tree | bc2fca4d8eca68d7ac80b9e3fc9f13bb6f99c1f5 /MdeModulePkg/Core | |
parent | 2374b9734b6780b61133ed4a1ec9cec44cf7a4b5 (diff) | |
download | edk2-platforms-276a49b699785cb3faf99744265f7051b08dc20d.tar.xz |
Clean up FaultTolerantWriteDxe to remove the duplicated definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7471 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 89faec2a35..e629b2368a 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -224,8 +224,6 @@ typedef struct { @param Data Pointer to old core data that is used to initialize the
core's data areas.
- @retval EFI_NOT_FOUND Never reach
-
**/
VOID
EFIAPI
|