mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Running the vulture tool gave the following report. Remove the unreachable code. - TargetTool/TargetTool.py:49: unreachable code after 'raise' (100% confidence) - UPT/Library/UniClassObject.py:137: unreachable code after 'return' (100% confidence) - UPT/Object/Parser/InfDefineObject.py:795: unreachable code after 'if' (100% confidence) - Ecc/Check.py:1504: unreachable code after 'return' (100% confidence) Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| DecObject.py | ||
| InfBinaryObject.py | ||
| InfBuildOptionObject.py | ||
| InfCommonObject.py | ||
| InfDefineCommonObject.py | ||
| InfDefineObject.py | ||
| InfDepexObject.py | ||
| InfGuidObject.py | ||
| InfHeaderObject.py | ||
| InfLibraryClassesObject.py | ||
| InfMisc.py | ||
| InfPackagesObject.py | ||
| InfPcdObject.py | ||
| InfPpiObject.py | ||
| InfProtocolObject.py | ||
| InfSoucesObject.py | ||
| InfUserExtensionObject.py | ||