]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg : Remove unused local variables to fix gcc build errors.
authorSamer El-Haj-Mahmoud <elhaj@hpe.com>
Tue, 22 Dec 2015 02:02:11 +0000 (02:02 +0000)
committersfu5 <sfu5@Edk2>
Tue, 22 Dec 2015 02:02:11 +0000 (02:02 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19436 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/HttpDxe/HttpProto.c

index 165e95cc50a9d8290d92f36e00ba15a26af1afbe..9660b6fb67162afd99bfbbb4a6121f8d2431eaf3 100644 (file)
@@ -568,13 +568,9 @@ HttpCloseTcpRxEvent (
   )\r
 {\r
   HTTP_PROTOCOL            *HttpInstance;\r
-  EFI_TCP4_IO_TOKEN        *Rx4Token;\r
-  EFI_TCP6_IO_TOKEN        *Rx6Token;\r
 \r
   ASSERT (Wrap != NULL);\r
   HttpInstance   = Wrap->HttpInstance;\r
-  Rx4Token       = NULL;\r
-  Rx6Token       = NULL;\r
   \r
   if (HttpInstance->LocalAddressIsIPv6) {\r
     if (Wrap->TcpWrap.Rx6Token.CompletionToken.Event != NULL) {\r