BaseTools: GlobalData remove unused variable
gWideStringPattern is not used. Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@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:
committed by
Yonghong Zhu
parent
b31501c90a
commit
7878f706e7
@ -47,8 +47,7 @@ gDefaultStores = []
|
|||||||
gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)
|
gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)
|
||||||
gMacroDefPattern = re.compile("^(DEFINE|EDK_GLOBAL)[ \t]+")
|
gMacroDefPattern = re.compile("^(DEFINE|EDK_GLOBAL)[ \t]+")
|
||||||
gMacroNamePattern = re.compile("^[A-Z][A-Z0-9_]*$")
|
gMacroNamePattern = re.compile("^[A-Z][A-Z0-9_]*$")
|
||||||
# C-style wide string pattern
|
|
||||||
gWideStringPattern = re.compile('(\W|\A)L"')
|
|
||||||
#
|
#
|
||||||
# A global variable for whether current build in AutoGen phase or not.
|
# A global variable for whether current build in AutoGen phase or not.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user