]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/MpInitLib: Remove useless code.
authorEric Dong <eric.dong@intel.com>
Thu, 19 Jul 2018 12:11:21 +0000 (20:11 +0800)
committerEric Dong <eric.dong@intel.com>
Fri, 20 Jul 2018 01:24:42 +0000 (09:24 +0800)
Remove the useless code error added by change
58942277bcbf41abda5f6e3a1c89d571105d5983.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c

index 06d966b22719d5f95e3071b0dd2943fd4f817f95..e6e1b7c57d3d93b2b59d577ee46f0f2e66ed7136 100644 (file)
@@ -44,21 +44,6 @@ EFI_PEI_NOTIFY_DESCRIPTOR        mS3SmmInitDoneNotifyDesc = {
   NotifyOnS3SmmInitDonePpi\r
 };\r
 \r
-/**\r
-  The function prototype for invoking a function on an Application Processor.\r
-\r
-  This definition is used by the UEFI MP Serices Protocol, and the\r
-  PI SMM System Table.\r
-\r
-  @param[in,out] Buffer  The pointer to private data buffer.\r
-**/\r
-VOID\r
-EmptyApProcedure (\r
-  IN OUT VOID * Buffer\r
-  )\r
-{\r
-}\r
-\r
 /**\r
   S3 SMM Init Done notification function.\r
 \r