EmulatorPkg: RedfishPlatformHostInterfaceLib: get rid of unused variable
Cc: Nickle Wang <nicklew@nvidia.com> Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com> Reviewed-by: Abner Chang <abner.chang@amd.com>
This commit is contained in:
committed by
mergify[bot]
parent
5e2338d3df
commit
9e3de4eee0
@@ -42,12 +42,10 @@ GetMacAddressInformation (
|
|||||||
OUT EFI_MAC_ADDRESS *MacAddress
|
OUT EFI_MAC_ADDRESS *MacAddress
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
MAC_ADDR_DEVICE_PATH *Mac;
|
|
||||||
REST_EX_SERVICE_DEVICE_PATH_DATA *RestExServiceDevicePathData;
|
REST_EX_SERVICE_DEVICE_PATH_DATA *RestExServiceDevicePathData;
|
||||||
EFI_DEVICE_PATH_PROTOCOL *RestExServiceDevicePath;
|
EFI_DEVICE_PATH_PROTOCOL *RestExServiceDevicePath;
|
||||||
MAC_ADDR_DEVICE_PATH *MacAddressDevicePath;
|
MAC_ADDR_DEVICE_PATH *MacAddressDevicePath;
|
||||||
|
|
||||||
Mac = NULL;
|
|
||||||
RestExServiceDevicePathData = NULL;
|
RestExServiceDevicePathData = NULL;
|
||||||
RestExServiceDevicePath = NULL;
|
RestExServiceDevicePath = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user