summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/FileHandleWrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/Shell/FileHandleWrappers.h')
-rw-r--r--ShellPkg/Application/Shell/FileHandleWrappers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.h b/ShellPkg/Application/Shell/FileHandleWrappers.h
index af133b0963..9034d696e1 100644
--- a/ShellPkg/Application/Shell/FileHandleWrappers.h
+++ b/ShellPkg/Application/Shell/FileHandleWrappers.h
@@ -55,7 +55,6 @@ extern EFI_FILE_PROTOCOL FileInterfaceNulFile;
@return other a pointer to an EFI_FILE_PROTOCOL structure
**/
EFI_FILE_PROTOCOL*
-EFIAPI
CreateFileInterfaceEnv(
CONST CHAR16 *EnvName
);
@@ -70,7 +69,6 @@ CreateFileInterfaceEnv(
@return other a pointer to an EFI_FILE_PROTOCOL structure
**/
EFI_FILE_PROTOCOL*
-EFIAPI
CreateFileInterfaceMem(
IN CONST BOOLEAN Unicode
);