mirror of https://github.com/acidanthera/audk.git
Fix ICC build failure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9278 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
df6434f27a
commit
cf15d83bf5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue