From: Gary Lin <[email protected]> TableVersion in AcpiPlatformEntryPoint() is not used anymore.
Cc: Zailiang Sun <[email protected]> Cc: Yi Qian <[email protected]> Cc: Michael D Kinney <[email protected]> Signed-off-by: Gary Lin <[email protected]> --- Platform/Intel/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c b/Platform/Intel/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c index 962baf561d..f3efc41e31 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c +++ b/Platform/Intel/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c @@ -747,7 +747,6 @@ AcpiPlatformEntryPoint ( UINT32 FvStatus; UINTN Size; EFI_EVENT Event; - EFI_ACPI_TABLE_VERSION TableVersion; UINTN VarSize; UINTN SysCfgSize; EFI_HANDLE Handle; @@ -759,7 +758,6 @@ AcpiPlatformEntryPoint ( mFirstNotify = FALSE; - TableVersion = EFI_ACPI_TABLE_VERSION_2_0; Instance = 0; CurrentTable = NULL; TableHandle = 0; -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#43500): https://edk2.groups.io/g/devel/message/43500 Mute This Topic: https://groups.io/mt/32419733/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
