diff options
author | Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com> | 2015-07-01 03:35:32 +0000 |
---|---|---|
committer | sfu5 <sfu5@Edk2> | 2015-07-01 03:35:32 +0000 |
commit | e8837eddf327e39fe9a851119f17d7f5fb9b1029 (patch) | |
tree | 673ac8b3aff410169809ba9e3450189a001ed8a4 /NetworkPkg/IpSecDxe/Ikev2/Info.c | |
parent | 7ae77cee9627f417b3bbcc3334d3823ff248a3f5 (diff) | |
download | edk2-platforms-e8837eddf327e39fe9a851119f17d7f5fb9b1029.tar.xz |
NetworkPkg: Remove unused variables from IpSecDxe to fix GCC build.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17773 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IpSecDxe/Ikev2/Info.c')
-rw-r--r-- | NetworkPkg/IpSecDxe/Ikev2/Info.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NetworkPkg/IpSecDxe/Ikev2/Info.c b/NetworkPkg/IpSecDxe/Ikev2/Info.c index d297564f11..fe75d6c596 100644 --- a/NetworkPkg/IpSecDxe/Ikev2/Info.c +++ b/NetworkPkg/IpSecDxe/Ikev2/Info.c @@ -1,6 +1,7 @@ /** @file
The Implementations for Information Exchange.
+ (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
@@ -211,7 +212,6 @@ Ikev2InfoParser ( {
IKEV2_CHILD_SA_SESSION *ChildSaSession;
IKEV2_SA_SESSION *IkeSaSession;
- IKE_PAYLOAD *NotifyPayload;
IKE_PAYLOAD *DeletePayload;
IKE_PAYLOAD *IkePayload;
IKEV2_DELETE *Delete;
@@ -229,7 +229,6 @@ Ikev2InfoParser ( IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
- NotifyPayload = NULL;
DeletePayload = NULL;
Private = NULL;
RespondPacket = NULL;
|