]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: replace a dict with a set
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Thu, 5 Apr 2018 23:13:53 +0000 (07:13 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 Apr 2018 02:05:12 +0000 (10:05 +0800)
commit6b26dd716524114a7379a8e87882d8851882b73c
treec7cfc1eced1e5781b89a46bc1c38b5a25bf89747
parentb74b419a0156fbc60423c721165b3741469bc1a1
BaseTools: replace a dict with a set

As we never use the values, just keep the keys in a set.

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/AutoGen/AutoGen.py