]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpsSupport.c
NetworkPkg: Remove superfluous return statement.
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpsSupport.c
index 77e5371242ef65ed7d6955a8774db48823aadf39..f0077dd4b8cbef6675ca475f63ac3491b28f4207 100644 (file)
@@ -1294,10 +1294,6 @@ TlsCloseSession (
   FreePool (BufferOut);
   NetbufFree (PacketOut);
 
-  if (EFI_ERROR (Status)) {
-    return Status;
-  }
-
   return Status;
 }