mirror of https://github.com/acidanthera/audk.git
CorebootPayloadPkg: PlatformBdsLib: remove set but unused variables
Cc: Maurice Ma <maurice.ma@intel.com> Cc: Prince Agyeman <prince.agyeman@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
ca469b4728
commit
6051996ccc
|
@ -106,7 +106,6 @@ Returns:
|
|||
{
|
||||
EFI_STATUS Status;
|
||||
EFI_DEVICE_PATH_PROTOCOL *DevicePath;
|
||||
EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
|
||||
CHAR16 *DevPathStr;
|
||||
|
||||
DevicePath = NULL;
|
||||
|
@ -118,7 +117,6 @@ Returns:
|
|||
if (EFI_ERROR (Status)) {
|
||||
return Status;
|
||||
}
|
||||
TempDevicePath = DevicePath;
|
||||
|
||||
//
|
||||
// Register COM1
|
||||
|
|
Loading…
Reference in New Issue