mirror of https://github.com/acidanthera/audk.git
BaseTools: AutoGen - remove another function no one calls
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:
parent
8b88b1634f
commit
a2e721704b
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue