mirror of https://github.com/acidanthera/audk.git
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 <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
This commit is contained in:
parent
f291a581ac
commit
3e025c7742
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue