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

@ -302,7 +302,6 @@ FileInterfaceNulWrite(
@param[out] TabUpdatePos Return the TAB update position.
**/
EFI_STATUS
EFIAPI
CreateTabCompletionList (
IN CONST CHAR16 *InputString,
IN CONST UINTN StringLen,
@ -1227,7 +1226,6 @@ FileInterfaceEnvNonVolWrite(
@return other a pointer to an EFI_FILE_PROTOCOL structure
**/
EFI_FILE_PROTOCOL*
EFIAPI
CreateFileInterfaceEnv(
IN CONST CHAR16 *EnvName
)
@ -1290,7 +1288,6 @@ CreateFileInterfaceEnv(
@param[in, out] Row Current row of the cursor position
**/
VOID
EFIAPI
MoveCursorBackward (
IN UINTN LineLength,
IN OUT UINTN *Column,
@ -1320,7 +1317,6 @@ MoveCursorBackward (
@param[in, out] Row Current row of the cursor position
**/
VOID
EFIAPI
MoveCursorForward (
IN UINTN LineLength,
IN UINTN TotalRow,
@ -1352,7 +1348,6 @@ MoveCursorForward (
@param[in] StartColumn which column to start at
**/
VOID
EFIAPI
PrintCommandHistory (
IN CONST UINTN TotalCols,
IN CONST UINTN TotalRows,
@ -1576,7 +1571,6 @@ FileInterfaceMemClose(
@return other A pointer to an EFI_FILE_PROTOCOL structure.
**/
EFI_FILE_PROTOCOL*
EFIAPI
CreateFileInterfaceMem(
IN CONST BOOLEAN Unicode
)