]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c
ShellPkg: Fixed build error 'variable set but not used'
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel3CommandsLib / Cls.c
index dec24776ff53033e97dfafeceb55f65f94547d12..8cb1aedf43eba2f6b64230d9c438b4d583b6ab28 100644 (file)
@@ -29,21 +29,18 @@ ShellCommandRunCls (
 {\r
   EFI_STATUS    Status;\r
   LIST_ENTRY    *Package;\r
-  CHAR16        *Message;\r
   UINTN         Background;\r
   UINTN         ForeColor;\r
   CHAR16        *ProblemParam;\r
   SHELL_STATUS  ShellStatus;\r
   CONST CHAR16  *Param1;\r
 \r
-  ShellStatus   = SHELL_SUCCESS;\r
-  ProblemParam  = NULL;\r
-  Background    = 0;\r
-\r
   //\r
   // Initialize variables\r
   //\r
-  Message = NULL;\r
+  ShellStatus   = SHELL_SUCCESS;\r
+  ProblemParam  = NULL;\r
+  Background    = 0;\r
 \r
   //\r
   // initialize the shell lib (we must be in non-auto-init...)\r