Reviewed-by: Yonghong Zhu <[email protected]> Best Regards, Zhu Yonghong
-----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Jaben Carsey Sent: Friday, March 30, 2018 8:19 AM To: [email protected] Subject: [edk2] [PATCH v1 0/4] BaseTools: remove un-needed code improve the code by removing uncalled functions and using more built in functionality. Jaben Carsey (4): BaseTools: change hex parsing to use built in BaseTools: remove uncalled function BaseTools: make static functions when self is not needed BaseTools: remove uncalled functions BaseTools/Source/Python/Common/FdfParserLite.py | 63 +++++-------------- BaseTools/Source/Python/Ecc/CodeFragmentCollector.py | 36 +---------- BaseTools/Source/Python/Eot/CodeFragmentCollector.py | 36 +---------- BaseTools/Source/Python/GenFds/FdfParser.py | 66 +++++--------------- 4 files changed, 32 insertions(+), 169 deletions(-) -- 2.16.2.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

