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:
committed by
Yonghong Zhu
parent
cb7e6aa77a
commit
1360bcb84e
@ -71,7 +71,6 @@ class IdfFileClassObject(object):
|
|||||||
for File in FileList:
|
for File in FileList:
|
||||||
if File is None:
|
if File is None:
|
||||||
EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'No Image definition file is given.')
|
EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'No Image definition file is given.')
|
||||||
self.File = File
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
IdfFile = open(LongFilePath(File.Path), mode='r')
|
IdfFile = open(LongFilePath(File.Path), mode='r')
|
||||||
|
Reference in New Issue
Block a user