From 8fc1d11c71eeaeca0e598ab00c690bd19ac80251 Mon Sep 17 00:00:00 2001 From: Chen A Chen Date: Thu, 29 Sep 2016 14:51:57 +0800 Subject: [PATCH] ShellPkg/UefiShellBcfgCommandLib: Remove unnecessary EFIAPI Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen Reviewed-by: Jaben Carsey Reviewed-by: Ruiyu Ni --- .../UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c index e2306bf469..dc3714d236 100644 --- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c +++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c @@ -89,7 +89,6 @@ typedef struct { @retval other A error occured. **/ EFI_STATUS -EFIAPI UpdateOptionalData( UINT16 Index, UINTN DataSize, @@ -175,7 +174,6 @@ UpdateOptionalData( @retval other A error occured. **/ EFI_STATUS -EFIAPI GetBootOptionCrc( UINT32 *Crc, UINT16 BootIndex @@ -232,7 +230,6 @@ GetBootOptionCrc( @sa HandleProtocol **/ EFI_STATUS -EFIAPI GetDevicePathForDriverHandle ( IN EFI_HANDLE TheHandle, IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath @@ -295,7 +292,6 @@ GetDevicePathForDriverHandle ( @retval SHELL_INVALID_PARAMETER A parameter was invalid. **/ SHELL_STATUS -EFIAPI BcfgAdd( IN UINTN Position, IN CONST CHAR16 *File, @@ -619,7 +615,6 @@ BcfgAdd( @retval SHELL_INVALID_PARAMETER A parameter was invalid. **/ SHELL_STATUS -EFIAPI BcfgRemove( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, @@ -680,7 +675,6 @@ BcfgRemove( @retval SHELL_INVALID_PARAMETER A parameter was invalid. **/ SHELL_STATUS -EFIAPI BcfgMove( IN CONST BCFG_OPERATION_TARGET Target, IN CONST UINT16 *CurrentOrder, @@ -741,7 +735,6 @@ BcfgMove( @retval SHELL_SUCCESS The operation was succesful. **/ SHELL_STATUS -EFIAPI BcfgAddOpt( IN CONST CHAR16 *OptData, IN CONST UINT16 *CurrentOrder, @@ -1028,7 +1021,6 @@ BcfgAddOpt( @retval SHELL_INVALID_PARAMETER A parameter was invalid. **/ SHELL_STATUS -EFIAPI BcfgDisplayDump( IN CONST CHAR16 *Op, IN CONST UINTN OrderCount, @@ -1153,7 +1145,6 @@ Cleanup: @param[in] Struct The stuct to initialize. **/ VOID -EFIAPI InitBcfgStruct( IN BGFG_OPERATION *Struct ) -- 2.39.2