diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-03-18 20:41:40 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-03-25 10:52:31 +0100 |
commit | aa5fc205ddf1cc5339196b411cc4afa196f3411d (patch) | |
tree | a5dd7f5d8a6e33ae195d53657d75acde34382187 /NetworkPkg/IpSecDxe/Ikev2/Utility.c | |
parent | 3b93b8070d450eb15679c3454c8329a6a31d8081 (diff) | |
download | edk2-platforms-aa5fc205ddf1cc5339196b411cc4afa196f3411d.tar.xz |
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>
Diffstat (limited to 'NetworkPkg/IpSecDxe/Ikev2/Utility.c')
-rw-r--r-- | NetworkPkg/IpSecDxe/Ikev2/Utility.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NetworkPkg/IpSecDxe/Ikev2/Utility.c b/NetworkPkg/IpSecDxe/Ikev2/Utility.c index 16be09e14a..aa3e440a0e 100644 --- a/NetworkPkg/IpSecDxe/Ikev2/Utility.c +++ b/NetworkPkg/IpSecDxe/Ikev2/Utility.c @@ -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;
|