diff options
author | Jeff Fan <jeff.fan@intel.com> | 2016-07-01 14:27:26 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2016-07-13 15:42:10 +0800 |
commit | 30dc4a49b6e303d7a53ff27a8334269cfe3662e9 (patch) | |
tree | 7fc3699f49e0f337b51b35ffef33af2f5acb08a8 /UefiCpuPkg/CpuMpPei/Microcode.h | |
parent | 719ff8cf3e8f3abc967de8a0a71319ce66ff2d9d (diff) | |
download | edk2-platforms-30dc4a49b6e303d7a53ff27a8334269cfe3662e9.tar.xz |
UefiCpuPkg/CpuMpPei: Remove unnecessary variable
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuMpPei/Microcode.h')
-rw-r--r-- | UefiCpuPkg/CpuMpPei/Microcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuMpPei/Microcode.h b/UefiCpuPkg/CpuMpPei/Microcode.h index f7d23a08fd..965604522a 100644 --- a/UefiCpuPkg/CpuMpPei/Microcode.h +++ b/UefiCpuPkg/CpuMpPei/Microcode.h @@ -25,7 +25,6 @@ typedef struct { VOID *MicrocodeData;
UINTN MicrocodeSize;
UINT32 ProcessorId;
- BOOLEAN Load;
} MICROCODE_INFO;
//
|