summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/FileHandleWrappers.c
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-09-29 15:15:15 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-09 10:27:45 +0800
commitc20bd8e1e21772bff28a96d428db769e46033e6a (patch)
treeac3cc654f4797256164436f4b3b7a40a38812339 /ShellPkg/Application/Shell/FileHandleWrappers.c
parent4558491f8717c2ff8d1a3eeb1cd2af7322758612 (diff)
downloadedk2-c20bd8e1e21772bff28a96d428db769e46033e6a.tar.gz
edk2-c20bd8e1e21772bff28a96d428db769e46033e6a.tar.bz2
edk2-c20bd8e1e21772bff28a96d428db769e46033e6a.zip
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>
Diffstat (limited to 'ShellPkg/Application/Shell/FileHandleWrappers.c')
-rw-r--r--ShellPkg/Application/Shell/FileHandleWrappers.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.c b/ShellPkg/Application/Shell/FileHandleWrappers.c
index 0d38e9d5fe..9a75a686a4 100644
--- a/ShellPkg/Application/Shell/FileHandleWrappers.c
+++ b/ShellPkg/Application/Shell/FileHandleWrappers.c
@@ -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
)