diff options
author | Carsey, Jaben <jaben.carsey@intel.com> | 2018-04-20 23:51:29 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-26 14:43:25 +0800 |
commit | 6fcd911c328648497960119569fa0849d52fbcfc (patch) | |
tree | 08e06c90730867d14b7a718074758f1680567e9c /BaseTools/Source/Python/AutoGen | |
parent | fe0a9af881425e090312a80d400d1eb45f9b5bdc (diff) | |
download | edk2-6fcd911c328648497960119569fa0849d52fbcfc.tar.gz edk2-6fcd911c328648497960119569fa0849d52fbcfc.tar.bz2 edk2-6fcd911c328648497960119569fa0849d52fbcfc.zip |
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>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen')
-rw-r--r-- | BaseTools/Source/Python/AutoGen/GenMake.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/AutoGen/GenMake.py b/BaseTools/Source/Python/AutoGen/GenMake.py index 1bb5163e73..a373507422 100644 --- a/BaseTools/Source/Python/AutoGen/GenMake.py +++ b/BaseTools/Source/Python/AutoGen/GenMake.py @@ -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]
|