Remove duplicate definition of PEI_MASTER_BOOT_MODE_PPI.

This definition would not have belonged in this file in the first place.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5054 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-04-11 23:21:15 +00:00
parent d196f44fdc
commit 5f7d6886ad
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ typedef struct PEI_READ_ONLY_VARIABLE_PPI {
PEI_GET_NEXT_VARIABLE_NAME PeiGetNextVariableName;
} PEI_READ_ONLY_VARIABLE_PPI;
EFI_FORWARD_DECLARATION (PEI_MASTER_BOOT_MODE_PPI);
extern EFI_GUID gPeiReadOnlyVariablePpiGuid;
#endif