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/Dmem.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c index 5491f6de57..42efb4c7d5 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c @@ -31,7 +31,6 @@ @return A printable character representing Char. **/ CHAR16 -EFIAPI MakePrintable( IN CONST CHAR16 Char ) @@ -49,7 +48,6 @@ MakePrintable( @param[in] Size The length of memory to display. **/ SHELL_STATUS -EFIAPI DisplayMmioMemory( IN CONST VOID *Address, IN CONST UINTN Size -- cgit v1.2.3