summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Framework
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-11 23:21:15 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-11 23:21:15 +0000
commit5f7d6886ad4998a7fb331a82238a3fe1bbf02018 (patch)
tree63a838bd8dae3bc6ad4c6ba414ce4332e23c19c8 /EdkCompatibilityPkg/Foundation/Framework
parentd196f44fdcc485873d0cdc357c9c066c798f9040 (diff)
downloadedk2-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/Framework')
-rw-r--r--EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/Variable.h2
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