ShellPkg: Remove the unused local variable.

Remove the unused local variable to refine the code.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc:Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Qiu Shumin 2016-03-17 10:04:08 +08:00
parent 04c30dd571
commit 19c427a7ce
1 changed files with 0 additions and 3 deletions

View File

@ -1738,9 +1738,6 @@ EfiShellExecute(
CHAR16 *Temp; CHAR16 *Temp;
EFI_DEVICE_PATH_PROTOCOL *DevPath; EFI_DEVICE_PATH_PROTOCOL *DevPath;
UINTN Size; UINTN Size;
EFI_STATUS CalleeStatusCode;
CalleeStatusCode = EFI_SUCCESS;
if ((PcdGet8(PcdShellSupportLevel) < 1)) { if ((PcdGet8(PcdShellSupportLevel) < 1)) {
return (EFI_UNSUPPORTED); return (EFI_UNSUPPORTED);