diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 23:21:15 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 23:21:15 +0000 |
commit | 5f7d6886ad4998a7fb331a82238a3fe1bbf02018 (patch) | |
tree | 63a838bd8dae3bc6ad4c6ba414ce4332e23c19c8 /EdkCompatibilityPkg/Foundation | |
parent | d196f44fdcc485873d0cdc357c9c066c798f9040 (diff) | |
download | edk2-platforms-5f7d6886ad4998a7fb331a82238a3fe1bbf02018.tar.xz |
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h index 8257b68bf6..b62e5e3fc4 100644 --- a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h +++ b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h @@ -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
|