mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
BaseTools: AutoGen - remove unused variables.
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
fe0a9af881
commit
6fcd911c32
@ -427,8 +427,6 @@ cleanlib:
|
||||
self.ResultFileList = []
|
||||
self.IntermediateDirectoryList = ["$(DEBUG_DIR)", "$(OUTPUT_DIR)"]
|
||||
|
||||
self.SourceFileDatabase = {} # {file type : file path}
|
||||
self.DestFileDatabase = {} # {file type : file path}
|
||||
self.FileBuildTargetList = [] # [(src, target string)]
|
||||
self.BuildTargetList = [] # [target string]
|
||||
self.PendingBuildTargetList = [] # [FileBuildRule objects]
|
||||
|
Loading…
x
Reference in New Issue
Block a user