From: Ruiyu Ni <ruiyu...@intel.com>

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen A Chen <chen.a.c...@intel.com>
Cc: Jaben Carsey <jaben.car...@intel.com>
Cc: Ruiyu Ni <ruiyu...@intel.com>
---
 ShellPkg/Library/UefiShellLevel1CommandsLib/For.c                   | 5 -----
 ShellPkg/Library/UefiShellLevel1CommandsLib/If.c                    | 6 ------
 .../Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c | 2 --
 .../Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h | 1 -
 4 files changed, 14 deletions(-)

diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c 
b/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
index 6cfe8a7..3db4bb5 100644
--- a/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
+++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
@@ -25,7 +25,6 @@
   @retval FALSE   The number is not valid.
 **/
 BOOLEAN
-EFIAPI
 ShellIsValidForNumber (
   IN CONST CHAR16 *Number
   )
@@ -129,7 +128,6 @@ typedef struct {
   @retval EFI_OUT_OF_RESOURCES  There was not enough free memory.
 **/
 EFI_STATUS
-EFIAPI
 InternalUpdateAliasOnList(
   IN CONST CHAR16       *Alias,
   IN CONST CHAR16       *CommandString,
@@ -185,7 +183,6 @@ InternalUpdateAliasOnList(
   @retval FALSE                 The alias is not on the list.
 **/
 BOOLEAN
-EFIAPI
 InternalIsAliasOnList(
   IN CONST CHAR16       *Alias,
   IN CONST LIST_ENTRY   *List
@@ -221,7 +218,6 @@ InternalIsAliasOnList(
   @param[in, out] List           The list to search.
 **/
 BOOLEAN
-EFIAPI
 InternalRemoveAliasFromList(
   IN CONST CHAR16       *Alias,
   IN OUT LIST_ENTRY     *List
@@ -264,7 +260,6 @@ InternalRemoveAliasFromList(
   @retval (UINTN)(-1) An error ocurred.
 **/
 UINTN
-EFIAPI
 ReturnUintn(
   IN CONST CHAR16 *String
   )
diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c 
b/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
index 37e196c..35c5ca6 100644
--- a/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
+++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
@@ -92,7 +92,6 @@ IsNextFragment (
   @retval FALSE   String is not a valid profile.
 **/
 BOOLEAN
-EFIAPI
 IsValidProfile (
   IN CONST CHAR16 *String
   )
@@ -121,7 +120,6 @@ IsValidProfile (
   @return     The result of the comparison.
 **/
 BOOLEAN
-EFIAPI
 TestOperation (
   IN CONST CHAR16             *Compare1,
   IN CONST CHAR16             *Compare2,
@@ -351,7 +349,6 @@ TestOperation (
   @retval EFI_SUCCESS             The operation was successful.                
                  
 **/
 EFI_STATUS
-EFIAPI
 ProcessStatement (
   IN OUT BOOLEAN          *PassingState,
   IN UINTN                StartParameterNumber,
@@ -661,7 +658,6 @@ ProcessStatement (
   @retval FALSE   A valid statement was not found.
 **/
 BOOLEAN
-EFIAPI
 BuildNextStatement (
   IN UINTN          ParameterNumber,
   OUT UINTN         *EndParameter,
@@ -713,7 +709,6 @@ BuildNextStatement (
   @retval FALSE    Something went wrong.
 **/
 BOOLEAN
-EFIAPI
 MoveToTagSpecial (
   IN SCRIPT_FILE                *ScriptFile
   )
@@ -804,7 +799,6 @@ MoveToTagSpecial (
   @retval EFI_NOT_FOUND     The ending tag could not be found.
 **/
 EFI_STATUS
-EFIAPI
 PerformResultOperation (
   IN CONST BOOLEAN Result
   )
diff --git 
a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c 
b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
index 80d0dfe..2b8a104 100644
--- a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
+++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
@@ -121,7 +121,6 @@ ShellLevel1CommandsLibDestructor (
   @param[in, out] TargetCount  The pointer to the current count.
 **/
 BOOLEAN
-EFIAPI
 TestNodeForMove (
   IN CONST LIST_MANIP_FUNC      Function,
   IN CONST CHAR16               *DecrementerTag,
@@ -246,7 +245,6 @@ TestNodeForMove (
                                searching.
 **/
 BOOLEAN
-EFIAPI
 MoveToTag (
   IN CONST LIST_MANIP_FUNC      Function,
   IN CONST CHAR16               *DecrementerTag,
diff --git 
a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h 
b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h
index c4ef536..292abbf 100644
--- a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h
+++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h
@@ -195,7 +195,6 @@ LIST_ENTRY *
                                searching.
 **/
 BOOLEAN
-EFIAPI
 MoveToTag (
   IN CONST LIST_MANIP_FUNC      Function,
   IN CONST CHAR16               *DecrementerTag,
-- 
2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to