BaseTools: use built in dict instead of custom version.

We dont use any feature added by custom dictionary class.

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:
Carsey, Jaben 2018-04-04 05:03:02 +08:00 committed by Yonghong Zhu
parent 5060928b12
commit 5af2a627d1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ gSOURCE_FILES = 'Log_SourceFiles.log'
gOP_SOURCE_FILES = open(gSOURCE_FILES, 'w+')
# Dict for GUID found in DEC files
gGuidDict = sdict()
gGuidDict = dict()
# Dict for hard coded GUID Macros
# {GuidName : [GuidMacro : GuidValue]}