From: Feng, Bob C Date: Mon, 14 Jan 2019 06:27:30 +0000 (+0800) Subject: BaseTools: Remove unused logic for EDKI X-Git-Tag: edk2-stable201903~368 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4523bc82ae8e3c179de27a32e3a6f48a30811602 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 Cc: Liming Gao --- diff --git a/BaseTools/Source/Python/Workspace/DscBuildData.py b/BaseTools/Source/Python/Workspace/DscBuildData.py index 93751678f9..9881dbe556 100644 --- a/BaseTools/Source/Python/Workspace/DscBuildData.py +++ b/BaseTools/Source/Python/Workspace/DscBuildData.py @@ -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]