]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: GlobalData remove unused variable
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index f7d4d577f99400bb7eba1a88e961d126f983229b..8b36a1b773663f81abc6fa5db0e7693ad0835769 100644 (file)
@@ -47,8 +47,7 @@ gDefaultStores = []
 gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)\r
 gMacroDefPattern = re.compile("^(DEFINE|EDK_GLOBAL)[ \t]+")\r
 gMacroNamePattern = re.compile("^[A-Z][A-Z0-9_]*$")\r
-# C-style wide string pattern\r
-gWideStringPattern = re.compile('(\W|\A)L"')\r
+\r
 #\r
 # A global variable for whether current build in AutoGen phase or not.\r
 #\r