From 5f7d6886ad4998a7fb331a82238a3fe1bbf02018 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 11 Apr 2008 23:21:15 +0000 Subject: [PATCH] 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 --- .../Foundation/Framework/Ppi/Variable/Variable.h | 2 -- 1 file changed, 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 -- 2.39.2