BaseTools: remove unused member variable

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>
This commit is contained in:
Carsey, Jaben 2018-04-28 06:32:44 +08:00 committed by Yonghong Zhu
parent cb7e6aa77a
commit 1360bcb84e
1 changed files with 0 additions and 1 deletions

View File

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