summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NetworkPkg/IpSecDxe/Ikev2/Utility.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/NetworkPkg/IpSecDxe/Ikev2/Utility.c b/NetworkPkg/IpSecDxe/Ikev2/Utility.c
index 4db7f3fbbe..5b26ba1d02 100644
--- a/NetworkPkg/IpSecDxe/Ikev2/Utility.c
+++ b/NetworkPkg/IpSecDxe/Ikev2/Utility.c
@@ -879,7 +879,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) {
@@ -891,7 +890,6 @@ Ikev2ChildSaSilentDelete (
ChildSession = NULL;
LocalSelector = NULL;
RemoteSelector = NULL;
- UdpService = IkeSaSession->SessionCommon.UdpService;
Private = IkeSaSession->SessionCommon.Private;