BaseTools: Remove unused logic for EDKI

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1350
Remove gEcpSource global variable in python tool.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Feng, Bob C 2019-01-14 14:27:30 +08:00
parent 22b35e8bd1
commit 4523bc82ae
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ class DscBuildData(PlatformBuildClassObject):
def OverrideDuplicateModule(self):
RecordList = self._RawData[MODEL_META_DATA_COMPONENT, self._Arch]
Macros = self._Macros
Macros["EDK_SOURCE"] = GlobalData.gEcpSource
Components = {}
for Record in RecordList:
ModuleId = Record[6]