]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zero
authorJiaxin Wu <jiaxin.wu@intel.com>
Sat, 1 Apr 2017 00:21:03 +0000 (08:21 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Sat, 1 Apr 2017 06:52:12 +0000 (14:52 +0800)
commite2d662c3135a5d420d6050f42e969e78f6bb19f1
treeef72ec68749f43223d253d764cdcfe52a75fc5fd
parentbc7d95c00d9682ca96d8cee9a0be929c2e61a299
MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zero

UINTN is unsigned integer, so it's pointless to compare it with zero.

Cc: Bi Dandan <dandan.bi@intel.com>
Cc: Zhang Lubo <lubo.zhang@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.h