summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-09-29 14:43:38 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-09 10:27:48 +0800
commit3be79f1b442beec0464db9a5d127efcc90146367 (patch)
tree548b4f87cb6e15f5e12e639074d47eaacbbf8120 /ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
parent4640a5df41cf3fc73e2fc0564d62c0f8ab680701 (diff)
downloadedk2-3be79f1b442beec0464db9a5d127efcc90146367.tar.gz
edk2-3be79f1b442beec0464db9a5d127efcc90146367.tar.bz2
edk2-3be79f1b442beec0464db9a5d127efcc90146367.zip
ShellPkg/UefiShellLevel1CommandsLib: 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/Library/UefiShellLevel1CommandsLib/For.c')
-rw-r--r--ShellPkg/Library/UefiShellLevel1CommandsLib/For.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c b/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
index 6cfe8a78fe..3db4bb58d3 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
)