diff options
author | Chen A Chen <chen.a.chen@intel.com> | 2016-09-29 14:50:01 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-09 10:27:49 +0800 |
commit | 23a4329cb019ffb0df466bdc50b8a02b1560e0b7 (patch) | |
tree | f81d601c3893836ebb988219b7a9bc93d3ec25ef /ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c | |
parent | 1c5cc5e5f72ce084aca05c36ccb5fde753dbd7c9 (diff) | |
download | edk2-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.c | 2 |
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,
|