mirror of https://github.com/acidanthera/audk.git
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:
parent
e52838d358
commit
a234383c5b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue