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:
Laszlo Ersek 2016-03-18 20:41:40 +01:00
parent 3b93b8070d
commit aa5fc205dd
1 changed files with 0 additions and 2 deletions

View File

@ -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;