From a2e721704bb5ee1ffd293711a02ac0c650d7cdd5 Mon Sep 17 00:00:00 2001 From: "Carsey, Jaben" Date: Sat, 28 Apr 2018 06:32:40 +0800 Subject: [PATCH] BaseTools: AutoGen - remove another function no one calls Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey Reviewed-by: Yonghong Zhu --- BaseTools/Source/Python/AutoGen/GenVar.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BaseTools/Source/Python/AutoGen/GenVar.py b/BaseTools/Source/Python/AutoGen/GenVar.py index 9d226d0f45..4f894f3f73 100644 --- a/BaseTools/Source/Python/AutoGen/GenVar.py +++ b/BaseTools/Source/Python/AutoGen/GenVar.py @@ -26,11 +26,6 @@ var_info = collections.namedtuple("uefi_var", "pcdindex,pcdname,defaultstoragena NvStorageHeaderSize = 28 VariableHeaderSize = 32 -def StringArrayToList(StringArray): - StringArray = StringArray[1:-1] - StringArray = '[' + StringArray + ']' - return eval(StringArray) - def PackGUID(Guid): GuidBuffer = pack('=LHHBBBBBBBB', int(Guid[0], 16),