BaseTools: UPT/Xml: Remove unnecessary code

Running the vulture tool on the UPT/Xml folder gave the following
report. Remove the unnecessary code.

- UPT/Xml/CommonXml.py:585:
  unused attribute 'LangDefsList' (60% confidence)

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
Pierre Gondois
2025-04-30 14:45:49 +02:00
committed by Liming Gao
parent 9b52f0c205
commit 5c558ce5f3

View File

@ -582,7 +582,6 @@ class UserExtensionsXml(object):
self.BinaryDescriptionList = []
self.BinaryCopyrightList = []
self.BinaryLicenseList = []
self.LangDefsList = []
self.DefineDict = {}
self.BuildOptionDict = {}
self.IncludesDict = {}