summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-02 02:47:19 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-02 02:47:19 +0000
commit5cb3637f0fff7d4fc6cb0adefa97e6ecbed3018e (patch)
treed998309aee59ecb2b454fbe36ef0bf890dfd836a /ShellPkg
parent95dd343a4be064f3fa32d55da41fb367369e6828 (diff)
downloadedk2-platforms-5cb3637f0fff7d4fc6cb0adefa97e6ecbed3018e.tar.xz
remove extra variables
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellLib/UefiShellLib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
index ae76b42080..020d6c560d 100644
--- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c
+++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
@@ -54,8 +54,6 @@ STATIC EFI_SHELL_PARAMETERS_PROTOCOL *mEfiShellParametersProtocol;
STATIC EFI_HANDLE mEfiShellEnvironment2Handle;
STATIC FILE_HANDLE_FUNCTION_MAP FileFunctionMap;
STATIC UINTN mTotalParameterCount;
-STATIC EFI_FILE_HANDLE StdOut;
-STATIC EFI_FILE_HANDLE StdErr;
/**
Check if a Unicode character is a hexadecimal character.