From cf15d83bf5f9afed5e79f971328ed84c77379e6b Mon Sep 17 00:00:00 2001 From: htao Date: Thu, 17 Sep 2009 02:31:23 +0000 Subject: Fix ICC build failure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9278 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Pci') diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c index 66183960f1..5aba4315ce 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c @@ -1351,7 +1351,6 @@ PciIovParseVfBar ( ) { UINT32 Value; - UINT64 BarValue64; UINT32 OriginalValue; UINT32 Mask; UINT32 Data; @@ -1368,7 +1367,6 @@ PciIovParseVfBar ( OriginalValue = 0; Value = 0; - BarValue64 = 0; Status = VfBarExisted ( PciIoDevice, -- cgit v1.2.3