ShellPkg/UefiShellParsingLib: 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:
Chen A Chen 2016-09-29 14:51:08 +08:00 committed by Ruiyu Ni
parent 23a4329cb0
commit a9e05b9fc8

View File

@ -29,7 +29,6 @@ UINTN GuidListCount;
@retval A string representation of the type allocated from BS Pool. @retval A string representation of the type allocated from BS Pool.
**/ **/
CHAR16* CHAR16*
EFIAPI
ConvertMemoryType ( ConvertMemoryType (
IN CONST EFI_MEMORY_TYPE Memory IN CONST EFI_MEMORY_TYPE Memory
) )
@ -66,7 +65,6 @@ ConvertMemoryType (
@retval A string representation of the type allocated from BS Pool. @retval A string representation of the type allocated from BS Pool.
**/ **/
CHAR16* CHAR16*
EFIAPI
ConvertPixelFormat ( ConvertPixelFormat (
IN CONST EFI_GRAPHICS_PIXEL_FORMAT Fmt IN CONST EFI_GRAPHICS_PIXEL_FORMAT Fmt
) )
@ -1831,7 +1829,6 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
@return The node. @return The node.
**/ **/
CONST GUID_INFO_BLOCK * CONST GUID_INFO_BLOCK *
EFIAPI
InternalShellGetNodeFromGuid( InternalShellGetNodeFromGuid(
IN CONST EFI_GUID* Guid IN CONST EFI_GUID* Guid
) )
@ -1875,7 +1872,6 @@ Function to add a new GUID/Name mapping.
@retval EFI_INVALID_PARAMETER Guid NameId was invalid @retval EFI_INVALID_PARAMETER Guid NameId was invalid
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
InsertNewGuidNameMapping( InsertNewGuidNameMapping(
IN CONST EFI_GUID *Guid, IN CONST EFI_GUID *Guid,
IN CONST EFI_STRING_ID NameID, IN CONST EFI_STRING_ID NameID,
@ -2190,7 +2186,6 @@ GetStringNameFromHandle(
@retval EFI_SUCCESS The operation was successful. @retval EFI_SUCCESS The operation was successful.
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
InternalShellInitHandleList( InternalShellInitHandleList(
VOID VOID
) )
@ -2837,7 +2832,6 @@ ParseHandleDatabaseForChildControllers(
@return A pointer to (*DestinationBuffer). @return A pointer to (*DestinationBuffer).
**/ **/
VOID* VOID*
EFIAPI
BuffernCatGrow ( BuffernCatGrow (
IN OUT VOID **DestinationBuffer, IN OUT VOID **DestinationBuffer,
IN OUT UINTN *DestinationSize, IN OUT UINTN *DestinationSize,