diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2019-07-09 11:48:33 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-29 16:53:35 +0000 |
commit | 3e025c77429c2f92cecf6045854808ddcacfdf6d (patch) | |
tree | d756f7b70790abdd7405852d67f363662701e253 /DynamicTablesPkg/Include | |
parent | f291a581ac0aa6e1d892b471c404e4e3f8a69bad (diff) | |
download | edk2-3e025c77429c2f92cecf6045854808ddcacfdf6d.zip edk2-3e025c77429c2f92cecf6045854808ddcacfdf6d.tar.gz edk2-3e025c77429c2f92cecf6045854808ddcacfdf6d.tar.bz2 |
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>
Diffstat (limited to 'DynamicTablesPkg/Include')
-rw-r--r-- | DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h index da70cba..2874938 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.
|