diff options
Diffstat (limited to 'MdePkg/Include/Protocol/Http.h')
-rw-r--r-- | MdePkg/Include/Protocol/Http.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/Http.h b/MdePkg/Include/Protocol/Http.h index 22201b4b43..269416c9fc 100644 --- a/MdePkg/Include/Protocol/Http.h +++ b/MdePkg/Include/Protocol/Http.h @@ -341,7 +341,6 @@ EFI_STATUS @retval EFI_SUCCESS Operation succeeded.
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
This is NULL.
- HttpConfigData is NULL.
HttpConfigData->LocalAddressIsIPv6 is FALSE and
HttpConfigData->IPv4Node is NULL.
HttpConfigData->LocalAddressIsIPv6 is TRUE and
|