diff options
author | Eric Dong <eric.dong@intel.com> | 2018-07-19 20:11:21 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2018-07-20 09:24:42 +0800 |
commit | a234383c5bc28c5545b2988edc59f0cbdb123afd (patch) | |
tree | d7d9e2e34dbaba7b4cfd710e7aa778ac06d6d7dd | |
parent | e52838d358d5062c4b1ed8e87bdc3d0f527095d3 (diff) | |
download | edk2-a234383c5bc28c5545b2988edc59f0cbdb123afd.zip edk2-a234383c5bc28c5545b2988edc59f0cbdb123afd.tar.gz edk2-a234383c5bc28c5545b2988edc59f0cbdb123afd.tar.bz2 |
UefiCpuPkg/MpInitLib: Remove useless code.
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>
-rw-r--r-- | UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 15 |
1 files changed, 0 insertions, 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.
|