ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
@return a pointer to the newly allcoated line.
|
||||
**/
|
||||
EFI_EDITOR_LINE *
|
||||
EFIAPI
|
||||
LineDup (
|
||||
IN EFI_EDITOR_LINE *Src
|
||||
)
|
||||
@ -65,7 +64,6 @@ LineDup (
|
||||
@param Src The line structure to free.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
LineFree (
|
||||
IN EFI_EDITOR_LINE *Src
|
||||
)
|
||||
|
Reference in New Issue
Block a user