From 3e025c77429c2f92cecf6045854808ddcacfdf6d Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Tue, 9 Jul 2019 11:48:33 +0100 Subject: [PATCH] DynamicTablesPkg: Remove struct CM_ARM_CPU_INFO The VS2017 compiler reports 'error C2016: C requires that a struct or union has at least one member' for the struct CM_ARM_CPU_INFO. Remove struct CM_ARM_CPU_INFO as this is not in use. Signed-off-by: Sami Mujawar Reviewed-by: Alexei Fedorov --- DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h index da70cba203..2874938b66 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -71,10 +71,6 @@ typedef struct CmArmBootArchInfo { UINT32 BootArchFlags; } CM_ARM_BOOT_ARCH_INFO; -typedef struct CmArmCpuInfo { - // Reserved for use when SMBIOS tables are implemented -} CM_ARM_CPU_INFO; - /** A structure that describes the Power Management Profile Information for the Platform. -- 2.39.2