summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-09-29 14:50:01 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-09 10:27:49 +0800
commit23a4329cb019ffb0df466bdc50b8a02b1560e0b7 (patch)
treef81d601c3893836ebb988219b7a9bc93d3ec25ef /ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
parent1c5cc5e5f72ce084aca05c36ccb5fde753dbd7c9 (diff)
downloadedk2-platforms-23a4329cb019ffb0df466bdc50b8a02b1560e0b7.tar.xz
ShellPkg/UefiShellLevel3CommandsLib: 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/UefiShellLevel3CommandsLib/Touch.c')
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
index 88c5d750e0..639346fb31 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
@@ -26,7 +26,6 @@
@retval EFI_SUCCESS The operation was successful.
**/
EFI_STATUS
-EFIAPI
TouchFileByHandle (
IN EFI_HANDLE Handle
)
@@ -65,7 +64,6 @@ TouchFileByHandle (
@retval EFI_SUCCESS The operation was successful.
**/
EFI_STATUS
-EFIAPI
DoTouchByHandle (
IN CONST CHAR16 *Name,
IN CHAR16 *FS,