summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c')
-rw-r--r--Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c
index 27d0ab7f52..c7222b32f8 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryArrayMappedAddressFunction.c
@@ -67,7 +67,6 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscMemoryArrayMappedAddress)
UINT64 TotalMemorySizeInKB;
UINT8 Dimm;
EFI_SMBIOS_HANDLE SmbiosHandle;
- EFI_MEMORY_ARRAY_START_ADDRESS_DATA *ForType19InputData;
SMBIOS_TABLE_TYPE19 *SmbiosRecord;
MEM_INFO_PROTOCOL *MemInfoHob;
UINT16 Type16Handle = 0;
@@ -80,7 +79,6 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscMemoryArrayMappedAddress)
if (RecordData == NULL) {
return EFI_INVALID_PARAMETER;
}
- ForType19InputData = (EFI_MEMORY_ARRAY_START_ADDRESS_DATA *)RecordData;
//
// Two zeros following the last string.