mirror of https://github.com/acidanthera/audk.git
BaseTools: AutoGen - remove global line
this serves no purpose since we dont change the global or assign to it. 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:
parent
cdd04623d7
commit
124d672ee6
|
@ -118,8 +118,6 @@ LangConvTable = {'eng':'en', 'fra':'fr', \
|
|||
# @retval LangName: Valid lanugage code in RFC 4646 format or None
|
||||
#
|
||||
def GetLanguageCode(LangName, IsCompatibleMode, File):
|
||||
global LangConvTable
|
||||
|
||||
length = len(LangName)
|
||||
if IsCompatibleMode:
|
||||
if length == 3 and LangName.isalpha():
|
||||
|
|
Loading…
Reference in New Issue