UefiCpuPkg/MpInitLib: Remove useless code.

Remove the useless code error added by change
58942277bc.

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>
This commit is contained in:
Eric Dong 2018-07-19 20:11:21 +08:00
parent e52838d358
commit a234383c5b
1 changed files with 0 additions and 15 deletions

View File

@ -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.