]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg: Remove superfluous return statement.
authorThomas Huth <thuth@redhat.com>
Thu, 19 Jan 2017 09:37:31 +0000 (17:37 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Mon, 23 Jan 2017 02:27:57 +0000 (10:27 +0800)
commitf3fa35a00233b6f2e7653b3b8c3e2b28b8ecbe7f
tree282dd4dae2e77ba0fa540d04e37c8578d8fbabf9
parent4b2fb7986d571827a6e4885377e531002d806681
NetworkPkg: Remove superfluous return statement.

If the code eventually returns "Status" anyway, it does not make
sense to explicitely return "Status" in case of an error, too.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
NetworkPkg/HttpDxe/HttpsSupport.c