mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Running the vulture tool on the UPT/Parser folder gave the following report. Remove the unnecessary code. - UPT/Parser/InfAsBuiltProcess.py:223: unused function 'GetInfsFromWorkSpace' (60% confidence) - UPT/Parser/InfAsBuiltProcess.py:237: unused function 'GetGuidVerFormLibInstance' (60% confidence) - UPT/Parser/InfParserMisc.py:211: unused attribute 'InfPeiDepexSection' (60% confidence) - UPT/Parser/InfParserMisc.py:212: unused attribute 'InfDxeDepexSection' (60% confidence) - UPT/Parser/InfParserMisc.py:213: unused attribute 'InfSmmDepexSection' (60% confidence) - UPT/Parser/InfSectionParser.py:231: unused attribute 'InfPeiDepexSection' (60% confidence) - UPT/Parser/InfSectionParser.py:232: unused attribute 'InfDxeDepexSection' (60% confidence) - UPT/Parser/InfSectionParser.py:233: unused attribute 'InfSmmDepexSection' (60% confidence) Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| DecParser.py | ||
| DecParserMisc.py | ||
| InfAsBuiltProcess.py | ||
| InfBinarySectionParser.py | ||
| InfBuildOptionSectionParser.py | ||
| InfDefineSectionParser.py | ||
| InfDepexSectionParser.py | ||
| InfGuidPpiProtocolSectionParser.py | ||
| InfLibrarySectionParser.py | ||
| InfPackageSectionParser.py | ||
| InfParser.py | ||
| InfParserMisc.py | ||
| InfPcdSectionParser.py | ||
| InfSectionParser.py | ||
| InfSourceSectionParser.py | ||