X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FMpInitLib%2FPeiMpLib.c;h=e6e1b7c57d3d93b2b59d577ee46f0f2e66ed7136;hp=06d966b22719d5f95e3071b0dd2943fd4f817f95;hb=a234383c5bc28c5545b2988edc59f0cbdb123afd;hpb=e52838d358d5062c4b1ed8e87bdc3d0f527095d3 diff --git a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c index 06d966b227..e6e1b7c57d 100644 --- a/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c +++ b/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c @@ -44,21 +44,6 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3SmmInitDoneNotifyDesc = { NotifyOnS3SmmInitDonePpi }; -/** - 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.