From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7FF14D8118B for ; Tue, 12 Dec 2023 14:54:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=huvNFuSDJFmhMzYNQAO8LE7vCgUoq7LdxgUm8dYIIWw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1702392876; v=1; b=bXkGbKpzQwgxgTyDjYwRiEZxww+Awt8GUudIaIFve1c8AblELA0p5zcqbC3DQsKyv2zA8QG7 4VApowTVx6Sp28HFI+YJXBqh82FY+hTpewxsOeOO8dclyZ2iwDDT7yZuob3Lt2Vs+Ubz3LLt9xd hw8mvlHJw7hY8La7WS0BrEK8= X-Received: by 127.0.0.2 with SMTP id rEdkYY7687511xhteO1KAUnO; Tue, 12 Dec 2023 06:54:36 -0800 X-Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mx.groups.io with SMTP id smtpd.web10.3587.1702392874341170127 for ; Tue, 12 Dec 2023 06:54:34 -0800 X-Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-50bfa7f7093so7423817e87.0 for ; Tue, 12 Dec 2023 06:54:34 -0800 (PST) X-Gm-Message-State: aB70qYgGbeeMq3xMZ3TMnMFAx7686176AA= X-Google-Smtp-Source: AGHT+IGMfuYv2dOZ+01PSsXw/xJK77gG/XhCW0PLmGW8ImKDRXPbsM9PMcjlcHwuviDam0aV/fyh9A== X-Received: by 2002:a05:6512:ea3:b0:50b:f1e9:c478 with SMTP id bi35-20020a0565120ea300b0050bf1e9c478mr4104902lfb.75.1702392872497; Tue, 12 Dec 2023 06:54:32 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id m21-20020a0565120a9500b0050d1d8674d2sm952008lfu.292.2023.12.12.06.54.31 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 12 Dec 2023 06:54:32 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 9/9] EmulatorPkg: RedfishPlatformHostInterfaceLib: get rid of unused variable Date: Tue, 12 Dec 2023 17:54:12 +0300 Message-Id: <20231212145412.50434-10-mike.maslenkin@gmail.com> In-Reply-To: <20231212145412.50434-1-mike.maslenkin@gmail.com> References: <20231212145412.50434-1-mike.maslenkin@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=bXkGbKpz; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) Cc: Abner Chang Cc: Nickle Wang Signed-off-by: Mike Maslenkin --- .../RedfishPlatformHostInterfaceLib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPla= tformHostInterfaceLib.c b/EmulatorPkg/Library/RedfishPlatformHostInterfaceL= ib/RedfishPlatformHostInterfaceLib.c index 4332caa71016..71b3dfc64358 100644 --- a/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHo= stInterfaceLib.c +++ b/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHo= stInterfaceLib.c @@ -42,12 +42,10 @@ GetMacAddressInformation ( OUT EFI_MAC_ADDRESS *MacAddress=0D )=0D {=0D - MAC_ADDR_DEVICE_PATH *Mac;=0D REST_EX_SERVICE_DEVICE_PATH_DATA *RestExServiceDevicePathData;=0D EFI_DEVICE_PATH_PROTOCOL *RestExServiceDevicePath;=0D MAC_ADDR_DEVICE_PATH *MacAddressDevicePath;=0D =0D - Mac =3D NULL;=0D RestExServiceDevicePathData =3D NULL;=0D RestExServiceDevicePath =3D NULL;=0D =0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112445): https://edk2.groups.io/g/devel/message/112445 Mute This Topic: https://groups.io/mt/103130787/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-