From c4e74e9b814cfb4b51cf832f3bb218cd2aba348b Mon Sep 17 00:00:00 2001 From: Chen A Chen Date: Thu, 29 Sep 2016 14:41:41 +0800 Subject: ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen Reviewed-by: Jaben Carsey Reviewed-by: Ruiyu Ni --- ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c index ade78b8f90..e925e4ef6f 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c @@ -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 ) -- cgit v1.2.3