mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Running the vulture tool on the GenFds folder gave the following report. Remove the unnecessary code. - GenFds/Fd.py:146: unused method 'GenFlashMap' (60% confidence) - GenFds/FdfParser.py:1539: unused attribute 'BaseAddressPcd' (60% confidence) - GenFds/FdfParser.py:1556: unused attribute 'SizePcd' (60% confidence) - GenFds/FdfParser.py:2394: unused attribute 'CurrentLineNum' (60% confidence) - GenFds/FdfParser.py:2395: unused attribute 'CurrentLineContent' (60% confidence) - GenFds/FdfParser.py:2653: unused attribute 'CurrentLineNum' (60% confidence) - GenFds/FdfParser.py:2654: unused attribute 'CurrentLineContent' (60% confidence) - GenFds/FdfParser.py:3229: unused attribute 'CreateFile' (60% confidence) - GenFds/FfsFileStatement.py:36: unused attribute 'CurrentLineNum' (60% confidence) - GenFds/FfsFileStatement.py:37: unused attribute 'CurrentLineContent' (60% confidence) - GenFds/FfsInfStatement.py:68: unused attribute 'CurrentLineNum' (60% confidence) - GenFds/FfsInfStatement.py:69: unused attribute 'CurrentLineContent' (60% confidence) - GenFds/GenFds.py:68: unused attribute 'LibDir' (60% confidence) - GenFds/GenFds.py:557: unused method 'GetFvBlockSize' (60% confidence) Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| AprioriSection.py | ||
| Capsule.py | ||
| CapsuleData.py | ||
| CompressSection.py | ||
| DataSection.py | ||
| DepexSection.py | ||
| EfiSection.py | ||
| Fd.py | ||
| FdfParser.py | ||
| Ffs.py | ||
| FfsFileStatement.py | ||
| FfsInfStatement.py | ||
| Fv.py | ||
| FvImageSection.py | ||
| GenFds.py | ||
| GenFdsGlobalVariable.py | ||
| GuidSection.py | ||
| OptionRom.py | ||
| OptRomFileStatement.py | ||
| OptRomInfStatement.py | ||
| Region.py | ||
| Rule.py | ||
| RuleComplexFile.py | ||
| RuleSimpleFile.py | ||
| Section.py | ||
| SubTypeGuidSection.py | ||
| UiSection.py | ||
| VerSection.py | ||