From 94d4d57a66070833c650802f5ff733c03fa40aad Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 18 Mar 2016 21:03:16 +0100 Subject: 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 (cherry picked from commit 6c7f3f1d5921d0cd27f975af8cb723732b3ab158) --- 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 bb909bae8b..9da1b64732 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.c +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.c @@ -854,7 +854,6 @@ CpuMpPeimInit ( { EFI_STATUS Status; PEI_CPU_MP_DATA *PeiCpuMpData; - UINT32 ProcessorCount; // // Load new GDT table on BSP @@ -867,7 +866,7 @@ CpuMpPeimInit ( // // Count processor number and collect processor information // - ProcessorCount = CountProcessorNumber (PeiCpuMpData); + CountProcessorNumber (PeiCpuMpData); // // Build location of PEI CPU MP DATA buffer in HOB // -- cgit v1.2.3