QuarkPlatformPkg/SpiFvbServices: Remove duplicate global variable
Remove declaration of gEfiFirmwareVolumeBlockProtocolGuid and gEfiSmmFirmwareVolumeBlockProtocolGuid that are generating build failures on GCC because these same variables are declared in AutoGen.c and assigned a GUID value from DEC file. Cc: Kelly Steele <kelly.steele@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19305 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		@@ -16,8 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 | 
				
			|||||||
#include "FwBlockService.h"
 | 
					#include "FwBlockService.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ESAL_FWB_GLOBAL         *mFvbModuleGlobal;
 | 
					ESAL_FWB_GLOBAL         *mFvbModuleGlobal;
 | 
				
			||||||
EFI_GUID gEfiFirmwareVolumeBlockProtocolGuid;
 | 
					 | 
				
			||||||
EFI_GUID gEfiSmmFirmwareVolumeBlockProtocolGuid;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
 | 
					EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
 | 
				
			||||||
  FVB_DEVICE_SIGNATURE,  // Signature
 | 
					  FVB_DEVICE_SIGNATURE,  // Signature
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user