ShellPkg/UefiShellLevel2CommandsLib: 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 14:44:22 +08:00
committed by Ruiyu Ni
parent 3be79f1b44
commit 1c5cc5e5f7
12 changed files with 0 additions and 53 deletions

View File

@ -22,7 +22,6 @@
@param[in] TheList a list of files from the volume.
**/
EFI_STATUS
EFIAPI
PrintSfoVolumeInfoTableEntry(
IN CONST EFI_SHELL_FILE_INFO *TheList
)
@ -152,7 +151,6 @@ PrintSfoVolumeInfoTableEntry(
**/
VOID
EFIAPI
PrintFileInformation(
IN CONST BOOLEAN Sfo,
IN CONST EFI_SHELL_FILE_INFO *TheNode,
@ -263,7 +261,6 @@ PrintFileInformation(
@param[in] Path String with starting path.
**/
VOID
EFIAPI
PrintNonSfoHeader(
IN CONST CHAR16 *Path
)
@ -300,7 +297,6 @@ PrintNonSfoHeader(
@param[in] Dirs The number of directories.
**/
VOID
EFIAPI
PrintNonSfoFooter(
IN UINT64 Files,
IN UINT64 Size,
@ -339,7 +335,6 @@ PrintNonSfoFooter(
@retval SHELL_SUCCESS the printing was sucessful.
**/
SHELL_STATUS
EFIAPI
PrintLsOutput(
IN CONST BOOLEAN Rec,
IN CONST UINT64 Attribs,