]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: remove unused member variable
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:44 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:03:11 +0000 (13:03 +0800)
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/IdfClassObject.py

index 7bc4e4ffb57b60597e626b2948ba43165804db31..769790d965b5c5c6857113ce05c388768770ae15 100644 (file)
@@ -71,7 +71,6 @@ class IdfFileClassObject(object):
         for File in FileList:\r
             if File is None:\r
                 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'No Image definition file is given.')\r
-            self.File = File\r
 \r
             try:\r
                 IdfFile = open(LongFilePath(File.Path), mode='r')\r