summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
diff options
context:
space:
mode:
authorFeng, Bob C <bob.c.feng@intel.com>2019-01-14 14:27:30 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-01-14 15:24:22 +0800
commit4523bc82ae8e3c179de27a32e3a6f48a30811602 (patch)
tree03b996a9901d643623b9ddab4c997b6f575311ea /BaseTools/Source/Python/Workspace/DscBuildData.py
parent22b35e8bd1f9aea7bbab3a26e8ab4df339454463 (diff)
downloadedk2-4523bc82ae8e3c179de27a32e3a6f48a30811602.tar.gz
edk2-4523bc82ae8e3c179de27a32e3a6f48a30811602.tar.bz2
edk2-4523bc82ae8e3c179de27a32e3a6f48a30811602.zip
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>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
-rw-r--r--BaseTools/Source/Python/Workspace/DscBuildData.py1
1 files changed, 0 insertions, 1 deletions
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]