summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
diff options
context:
space:
mode:
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>2018-04-06 07:13:59 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-04-10 10:05:15 +0800
commite1ed31e65e8cc0359c0948f6edc6abb7191c26e6 (patch)
treecffed060def87c704a5e6460b4775306cb227111 /BaseTools/Source
parent29189291e5927381d1465d96792115e39ef4da69 (diff)
downloadedk2-e1ed31e65e8cc0359c0948f6edc6abb7191c26e6.tar.gz
edk2-e1ed31e65e8cc0359c0948f6edc6abb7191c26e6.tar.bz2
edk2-e1ed31e65e8cc0359c0948f6edc6abb7191c26e6.zip
BaseTools: remove unneeded function call
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>
Diffstat (limited to 'BaseTools/Source')
-rw-r--r--BaseTools/Source/Python/AutoGen/AutoGen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/AutoGen/AutoGen.py b/BaseTools/Source/Python/AutoGen/AutoGen.py
index 296b6e3f75..b646738ea0 100644
--- a/BaseTools/Source/Python/AutoGen/AutoGen.py
+++ b/BaseTools/Source/Python/AutoGen/AutoGen.py
@@ -3885,7 +3885,6 @@ class ModuleAutoGen(AutoGen):
VfrGuid = [0xb4, 0x7c, 0xbc, 0xd0, 0x47, 0x6a, 0x5f, 0x49, 0xaa, 0x11, 0x71, 0x7, 0x46, 0xda, 0x6, 0xa2]
VfrGuid = [chr(ItemGuid) for ItemGuid in VfrGuid]
fStringIO.write(''.join(VfrGuid))
- type (Item[1])
VfrValue = pack ('Q', int (Item[1], 16))
fStringIO.write (VfrValue)
#