ShellPkg/UefiShellCommandLib: 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:
@ -128,7 +128,6 @@ ShellCommandLibConstructor (
|
||||
@param[in] List The list to free.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
FreeFileHandleList (
|
||||
IN BUFFER_LIST *List
|
||||
)
|
||||
@ -244,7 +243,6 @@ ShellCommandLibDestructor (
|
||||
@retval NULL no dynamic command protocol instance found for name
|
||||
**/
|
||||
CONST EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL *
|
||||
EFIAPI
|
||||
ShellCommandFindDynamicCommand (
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
@ -293,7 +291,6 @@ ShellCommandFindDynamicCommand (
|
||||
@param[in] CommandString The command string to check for on the list.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
ShellCommandDynamicCommandExists (
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
@ -307,7 +304,6 @@ ShellCommandDynamicCommandExists (
|
||||
@param[in] CommandString The command string to check for on the list.
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
ShellCommandIsCommandOnInternalList(
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
@ -365,7 +361,6 @@ ShellCommandIsCommandOnList(
|
||||
@return String of help text. Caller required to free.
|
||||
**/
|
||||
CHAR16*
|
||||
EFIAPI
|
||||
ShellCommandGetDynamicCommandHelp(
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
@ -392,7 +387,6 @@ ShellCommandGetDynamicCommandHelp(
|
||||
@return String of help text. Caller reuiqred to free.
|
||||
**/
|
||||
CHAR16*
|
||||
EFIAPI
|
||||
ShellCommandGetInternalCommandHelp(
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
|
Reference in New Issue
Block a user