mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	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
					Pierre Gondois
				
			
				
					committed by
					
						 Liming Gao
						Liming Gao
					
				
			
			
				
	
			
			
			 Liming Gao
						Liming Gao
					
				
			
						parent
						
							9b52f0c205
						
					
				
				
					commit
					5c558ce5f3
				
			| @ -582,7 +582,6 @@ class UserExtensionsXml(object): | ||||
|         self.BinaryDescriptionList = [] | ||||
|         self.BinaryCopyrightList = [] | ||||
|         self.BinaryLicenseList = [] | ||||
|         self.LangDefsList = [] | ||||
|         self.DefineDict = {} | ||||
|         self.BuildOptionDict = {} | ||||
|         self.IncludesDict = {} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user