diff options
author | Jaben Carsey <jaben.carsey@intel.com> | 2018-10-24 01:29:22 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-10-25 20:16:31 +0800 |
commit | 5a6a268d51079ce66e09db5d5b6842d499256cb9 (patch) | |
tree | 6f1d392d37794b025730615c01fa7592153904b4 /BaseTools/Source/Python/Ecc | |
parent | 9ffaaac2e5e7c5e21ad4ff2d0f9ac5d84878e57d (diff) | |
download | edk2-5a6a268d51079ce66e09db5d5b6842d499256cb9.tar.gz edk2-5a6a268d51079ce66e09db5d5b6842d499256cb9.tar.bz2 edk2-5a6a268d51079ce66e09db5d5b6842d499256cb9.zip |
BaseTools/GenFds: remove MacroDict parameter
The MacroDict parameter goes around in circles through 4 functions without use.
1. GetSectionData calls into GetLeafSection, otherwise doesn?t use MacroDict
2. GetLeafSection calls into GetFileStatement, otherwise doesn?t use MacroDict
3. GetFileStatement calls into GetFilePart, otherwise doesn?t use MacroDict
4. GetFilePart calls into GetSectionData, otherwise doesn?t use MacroDict
Go to 1 and repeat forever.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc')
0 files changed, 0 insertions, 0 deletions