From 6c7f3f1d5921d0cd27f975af8cb723732b3ab158 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 18 Mar 2016 21:03:16 +0100 Subject: [PATCH] UefiCpuPkg: CpuMpPei: remove set but unused variables Cc: Jeff Fan Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen Reviewed-by: Jeff Fan --- UefiCpuPkg/CpuMpPei/CpuMpPei.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.c b/UefiCpuPkg/CpuMpPei/CpuMpPei.c index 950d61cc48..f38b396196 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.c +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.c @@ -826,7 +826,6 @@ CpuMpPeimInit ( { EFI_STATUS Status; PEI_CPU_MP_DATA *PeiCpuMpData; - UINT32 ProcessorCount; // // Load new GDT table on BSP @@ -839,7 +838,7 @@ CpuMpPeimInit ( // // Count processor number and collect processor information // - ProcessorCount = CountProcessorNumber (PeiCpuMpData); + CountProcessorNumber (PeiCpuMpData); // // Build location of PEI CPU MP DATA buffer in HOB // -- 2.39.2