]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Workspace - refactor a dict
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:31 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:03:05 +0000 (13:03 +0800)
commit88252a90d1ca7846731cd2e4e8e860454f7d97a3
tree69e2da612429c8a6510abf63922cecc4bd2af0ef
parent8ac64c5b1271e260b6ae11d6bd98099f60cb0112
BaseTools: Workspace - refactor a dict

change a dict to a set since we never examine the contents, just the keys.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py