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

@ -91,7 +91,6 @@ IsVolatileEnv (
@param[in] List The pointer to pointer to list.
**/
VOID
EFIAPI
FreeEnvironmentVariableList(
IN LIST_ENTRY *List
)
@ -128,7 +127,6 @@ FreeEnvironmentVariableList(
@retval EFI_SUCCESS the list was created sucessfully.
**/
EFI_STATUS
EFIAPI
GetEnvironmentVariableList(
IN OUT LIST_ENTRY *ListHead
)
@ -238,7 +236,6 @@ GetEnvironmentVariableList(
@retval EFI_SUCCESS the list was Set sucessfully.
**/
EFI_STATUS
EFIAPI
SetEnvironmentVariableList(
IN LIST_ENTRY *ListHead
)
@ -302,7 +299,6 @@ SetEnvironmentVariableList(
@sa SetEnvironmentVariableList
**/
EFI_STATUS
EFIAPI
SetEnvironmentVariables(
IN CONST CHAR16 **Environment
)