mirror of https://github.com/acidanthera/audk.git
NetworkPkg: IpSecDxe: remove set but unused variables
Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
3b93b8070d
commit
aa5fc205dd
|
@ -877,7 +877,6 @@ Ikev2ChildSaSilentDelete (
|
|||
IKEV2_CHILD_SA_SESSION *ChildSession;
|
||||
EFI_IPSEC_CONFIG_SELECTOR *LocalSelector;
|
||||
EFI_IPSEC_CONFIG_SELECTOR *RemoteSelector;
|
||||
IKE_UDP_SERVICE *UdpService;
|
||||
IPSEC_PRIVATE_DATA *Private;
|
||||
|
||||
if (IkeSaSession == NULL) {
|
||||
|
@ -889,7 +888,6 @@ Ikev2ChildSaSilentDelete (
|
|||
ChildSession = NULL;
|
||||
LocalSelector = NULL;
|
||||
RemoteSelector = NULL;
|
||||
UdpService = IkeSaSession->SessionCommon.UdpService;
|
||||
|
||||
Private = IkeSaSession->SessionCommon.Private;
|
||||
|
||||
|
|
Loading…
Reference in New Issue