diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c index 619cdd38a7..5940a1e67e 100644 --- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c +++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c @@ -37,7 +37,6 @@ @retval EFI_SUCCESS the operation was successful.
**/
EFI_STATUS
-EFIAPI
LexicalInsertIntoList(
IN OUT CHAR16 **DestList,
IN OUT UINTN *DestSize,
@@ -116,7 +115,6 @@ LexicalInsertIntoList( @retval EFI_SUCCESS the operation was successful.
**/
EFI_STATUS
-EFIAPI
CopyListOfCommandNames(
IN OUT CHAR16 **DestList,
IN OUT UINTN *DestSize,
@@ -147,7 +145,6 @@ CopyListOfCommandNames( **/
STATIC
EFI_STATUS
-EFIAPI
CopyListOfCommandNamesWithDynamic(
IN OUT CHAR16** DestList,
IN OUT UINTN *DestSize
@@ -205,7 +202,6 @@ CopyListOfCommandNamesWithDynamic( @retval EFI_DEVICE_ERROR The help data format was incorrect.
**/
EFI_STATUS
-EFIAPI
PrintDynamicCommandHelp(
IN CONST CHAR16 *CommandToGetHelpOn,
IN CONST CHAR16 *SectionToGetHelpOn,
|