X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel3CommandsLib%2FCls.c;h=8cb1aedf43eba2f6b64230d9c438b4d583b6ab28;hp=dec24776ff53033e97dfafeceb55f65f94547d12;hb=e755a4ca10aad316c3620223206d63982793b26c;hpb=5e5bb2a9baefcd2f231696ea94576dab5565fbfb diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c index dec24776ff..8cb1aedf43 100644 --- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c +++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c @@ -29,21 +29,18 @@ ShellCommandRunCls ( { EFI_STATUS Status; LIST_ENTRY *Package; - CHAR16 *Message; UINTN Background; UINTN ForeColor; CHAR16 *ProblemParam; SHELL_STATUS ShellStatus; CONST CHAR16 *Param1; - ShellStatus = SHELL_SUCCESS; - ProblemParam = NULL; - Background = 0; - // // Initialize variables // - Message = NULL; + ShellStatus = SHELL_SUCCESS; + ProblemParam = NULL; + Background = 0; // // initialize the shell lib (we must be in non-auto-init...)