ShellPkg/Application: 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 15:15:15 +08:00
committed by Ruiyu Ni
parent 4558491f87
commit c20bd8e1e2
17 changed files with 4 additions and 158 deletions

View File

@ -63,7 +63,6 @@ SHELL_MAN_HII_VENDOR_DEVICE_PATH mShellManHiiDevicePath = {
**/
CHAR16
EFIAPI
InternalShellCharToUpper (
IN CHAR16 Char
);
@ -79,7 +78,6 @@ InternalShellCharToUpper (
@return the new filename with .efi as the extension.
**/
CHAR16 *
EFIAPI
GetExecuatableFileName (
IN CONST CHAR16 *NameString
)
@ -132,7 +130,6 @@ GetExecuatableFileName (
@return the new filename with .man as the extension.
**/
CHAR16 *
EFIAPI
GetManFileName(
IN CONST CHAR16 *ManFileName
)
@ -179,7 +176,6 @@ GetManFileName(
@retval EFI_NOT_FOUND The file was not found.
**/
EFI_STATUS
EFIAPI
SearchPathForFile(
IN CONST CHAR16 *FileName,
OUT SHELL_FILE_HANDLE *Handle
@ -227,7 +223,6 @@ SearchPathForFile(
an alloceted buffer.
**/
EFI_STATUS
EFIAPI
ManBufferFindSections(
IN CONST CHAR16 *Buffer,
IN CONST CHAR16 *Sections,
@ -361,7 +356,6 @@ ManBufferFindSections(
an alloceted buffer.
**/
EFI_STATUS
EFIAPI
ManFileFindSections(
IN SHELL_FILE_HANDLE Handle,
IN CONST CHAR16 *Sections,
@ -475,7 +469,6 @@ ManFileFindSections(
an alloceted buffer.
**/
EFI_STATUS
EFIAPI
ManBufferFindTitleSection(
IN CHAR16 **Buffer,
IN CONST CHAR16 *Command,
@ -712,7 +705,6 @@ IsTitleHeader(
an allocated buffer if requested.
**/
EFI_STATUS
EFIAPI
ManFileFindTitleSection(
IN SHELL_FILE_HANDLE Handle,
IN CONST CHAR16 *Command,
@ -805,7 +797,6 @@ ManFileFindTitleSection(
@retval EFI_NOT_FOUND There is no help text available for Command.
**/
EFI_STATUS
EFIAPI
ProcessManFile(
IN CONST CHAR16 *ManFileName,
IN CONST CHAR16 *Command,