mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
128d435f5e
commit
820a98a463
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue