Pierre Gondois
3c2f04a3c7
BaseTools: Eot: Remove unnecessary code
Running the vulture tool on the Eot folder gave the following
report. Remove the unnecessary code.
- Eot/CodeFragment.py:47:
unused class 'AssignmentExpression' (60% confidence)
- Eot/CodeFragmentCollector.py:75:
unused attribute '__Token' (60% confidence)
- Eot/CodeFragmentCollector.py:76:
unused attribute '__SkippedChars' (60% confidence)
- Eot/CodeFragmentCollector.py:104:
unused method '__EndOfLine' (60% confidence)
- Eot/CodeFragmentCollector.py:129:
unused method '__UndoOneChar' (60% confidence)
- Eot/CodeFragmentCollector.py:215:
unused method '__InsertComma' (60% confidence)
- Eot/Database.py:81:
unused attribute 'text_factory' (60% confidence)
- Eot/EotMain.py:1012:
unused method 'SetFreeSpace' (60% confidence)
- Eot/Identification.py:36:
unused method 'GetFileFullPath' (60% confidence)
- Eot/Identification.py:43:
unused method 'GetFileRelativePath' (60% confidence)
- Eot/Parser.py:119:
unused function 'AddToGlobalMacro' (60% confidence)
- Eot/Parser.py:238:
unused function 'GetAllSourceFiles' (60% confidence)
- Eot/Parser.py:257:
unused function 'ParseConditionalStatementMacros' (60% confidence)
- Eot/Parser.py:267:
unused function 'GetAllFiles' (60% confidence)
- Eot/Parser.py:291:
unused function 'ParseConditionalStatement' (60% confidence)
- Eot/Parser.py:367:
unused function 'GetConditionalStatementStatus' (60% confidence)
- Eot/Parser.py:722:
unused function 'ConvertGuid' (60% confidence)
- Eot/Parser.py:857:
unused function 'ConvertGuid2' (60% confidence)
- Eot/Report.py:161:
unused method 'GeneratePpi' (60% confidence)
- Eot/Report.py:173:
unused method 'GenerateProtocol' (60% confidence)
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
2025-07-01 09:51:38 +08:00
..
2023-12-21 00:33:31 +00:00
2025-07-01 09:51:38 +08:00
2025-07-01 09:51:38 +08:00
2025-07-01 09:51:38 +08:00
2025-07-01 09:51:38 +08:00
2025-04-14 20:53:02 +00:00
2022-10-19 06:32:07 +00:00
2025-07-01 09:51:38 +08:00
2025-07-01 09:51:38 +08:00
2023-12-11 10:12:52 +00:00
2025-04-11 10:40:17 +08:00
2025-07-01 09:51:38 +08:00
2023-12-21 00:33:31 +00:00
2021-08-02 03:52:15 +00:00
2025-07-01 09:51:38 +08:00
2025-07-01 09:51:38 +08:00
2021-02-07 01:46:18 +00:00
2024-08-31 04:58:54 +00:00
2025-07-01 09:51:38 +08:00
2025-06-07 17:56:04 +00:00
2019-11-11 13:01:53 -08:00
2019-10-04 11:18:22 +01:00
2019-10-23 14:25:23 +08:00