]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Eot tool never populates this dictionary
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Tue, 3 Apr 2018 21:03:03 +0000 (05:03 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 8 Apr 2018 06:50:15 +0000 (14:50 +0800)
commit140b2b11a0dc7a414b93a9b8a50f5944d7a55d3e
tree22ce0f083339726b5c027b5e2988cdaf05e95fad
parent5af2a627d13f00f7dd782dde9db2ac7b821e8816
BaseTools: Eot tool never populates this dictionary

we initialize this dict and then check it's contents, but never add items.
we can remove it without any effect.

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/Eot/Eot.py
BaseTools/Source/Python/Eot/EotGlobalData.py