!61 冗余代码清理

Merge pull request !61 from huangshan/useless_code
This commit is contained in:
openharmony_ci 2023-03-27 02:30:34 +00:00 committed by Gitee
commit 33ccc2748b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -115,13 +115,6 @@ class RomAnalyzer:
@classmethod
def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict]):
"""
subsystem_name:{
component_name: {
file_name: file_size
}
}
"""
component_name = NOTFOUND if unit.get(
"component_name") is None else unit.get("component_name")
subsystem_name = NOTFOUND if unit.get(