From a234383c5bc28c5545b2988edc59f0cbdb123afd Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Thu, 19 Jul 2018 20:11:21 +0800 Subject: UefiCpuPkg/MpInitLib: Remove useless code. Remove the useless code error added by change 58942277bcbf41abda5f6e3a1c89d571105d5983. Cc: Laszlo Ersek Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Reviewed-by: Laszlo Ersek --- UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c index 06d966b..e6e1b7c 100644 --- a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c +++ b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c @@ -45,21 +45,6 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3SmmInitDoneNotifyDesc = { }; /** - The function prototype for invoking a function on an Application Processor. - - This definition is used by the UEFI MP Serices Protocol, and the - PI SMM System Table. - - @param[in,out] Buffer The pointer to private data buffer. -**/ -VOID -EmptyApProcedure ( - IN OUT VOID * Buffer - ) -{ -} - -/** S3 SMM Init Done notification function. @param PeiServices Indirect reference to the PEI Services Table. -- cgit v1.1