From: jcarsey Date: Wed, 2 Dec 2009 02:47:19 +0000 (+0000) Subject: remove extra variables X-Git-Tag: edk2-stable201903~16817 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5cb3637f0fff7d4fc6cb0adefa97e6ecbed3018e;p=mirror_edk2.git remove extra variables git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9504 6f19259b-4bc3-4df7-8a09-765794883524 --- 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.