mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg/VarCheckHiiLib: Remove unused variable FfsIndex
Corrects compiler warning due to unused variable in VarCheckHiiGenFromFv Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
6ae449abe4
commit
e8d34602f0
@ -260,7 +260,6 @@ ParseFv (
|
||||
EFI_GUID NameGuid;
|
||||
EFI_FV_FILE_ATTRIBUTES FileAttributes;
|
||||
UINTN Size;
|
||||
UINTN FfsIndex;
|
||||
VAR_CHECK_VFR_DRIVER_INFO *VfrDriverInfo;
|
||||
LIST_ENTRY *VfrDriverLink;
|
||||
|
||||
@ -315,7 +314,7 @@ ParseFv (
|
||||
Key = InternalVarCheckAllocateZeroPool (Fv2->KeySize);
|
||||
ASSERT (Key != NULL);
|
||||
|
||||
for (FfsIndex = 0; ; FfsIndex++) {
|
||||
while (TRUE) {
|
||||
FileType = EFI_FV_FILETYPE_ALL;
|
||||
Status = Fv2->GetNextFile (
|
||||
Fv2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user