]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove the redundant if statement
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 10 Aug 2018 06:47:35 +0000 (14:47 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 16 Aug 2018 01:30:04 +0000 (09:30 +0800)
commitb2282e5369c10a26e8cbf125cc22032ba903d619
tree99cecd420468c93b463135ff7cefb8ce63f83d1d
parenta9ae5b37bf5c7a3accbd2a513c354c4467547a05
BaseTools: Remove the redundant if statement

after analysis the BuildOptionValue function, we found the if statement
IsFieldValueAnArray is redundant because ValueExpressionEx will handle
it.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Expression.py