mirror of https://github.com/acidanthera/audk.git
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:
parent
cb7e6aa77a
commit
1360bcb84e
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue