diff options
author | Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> | 2018-04-14 04:51:28 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-17 20:49:52 +0800 |
commit | 820a98a46317e82ef8bb586abaf69da1bbf1d6a5 (patch) | |
tree | 57d109e1d2ed8c5e61dd1349eeefe73bc6f772f2 /BaseTools/Source/Python/Workspace/DscBuildData.py | |
parent | 128d435f5e572733ab2649c4494f5d4f786b6f6b (diff) | |
download | edk2-820a98a46317e82ef8bb586abaf69da1bbf1d6a5.tar.gz edk2-820a98a46317e82ef8bb586abaf69da1bbf1d6a5.tar.bz2 edk2-820a98a46317e82ef8bb586abaf69da1bbf1d6a5.zip |
BaseTools: remove unused local 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>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
-rw-r--r-- | BaseTools/Source/Python/Workspace/DscBuildData.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Workspace/DscBuildData.py b/BaseTools/Source/Python/Workspace/DscBuildData.py index 7ffb825efa..70e0eb85a7 100644 --- a/BaseTools/Source/Python/Workspace/DscBuildData.py +++ b/BaseTools/Source/Python/Workspace/DscBuildData.py @@ -279,8 +279,6 @@ class DscBuildData(PlatformBuildClassObject): ## handle Override Path of Module
def _HandleOverridePath(self):
RecordList = self._RawData[MODEL_META_DATA_COMPONENT, self._Arch]
- Macros = self._Macros
- Macros["EDK_SOURCE"] = GlobalData.gEcpSource
for Record in RecordList:
ModuleId = Record[6]
LineNo = Record[7]
|