diff options
author | htao <htao@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-17 02:31:23 +0000 |
---|---|---|
committer | htao <htao@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-17 02:31:23 +0000 |
commit | cf15d83bf5f9afed5e79f971328ed84c77379e6b (patch) | |
tree | 897116c5c724313fe8760abab80f6ed92d14e11f /IntelFrameworkModulePkg/Bus/Pci | |
parent | df6434f27a749465e176affbe27d677aba586269 (diff) | |
download | edk2-platforms-cf15d83bf5f9afed5e79f971328ed84c77379e6b.tar.xz |
Fix ICC build failure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9278 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 2 |
1 files changed, 0 insertions, 2 deletions
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,
|