]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Clean up not used code in BuildClassObject
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 13 Aug 2018 01:11:37 +0000 (09:11 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 16 Aug 2018 06:14:18 +0000 (14:14 +0800)
commitf64fbdde8c99bcf0c97f1348f02fdcd8685f1df2
tree15bec866cb0cf8702ec3c30e26a0ad1c3e17ecb6
parentf52c3ed019011e5d86d66ee317a8003867f0956d
BaseTools: Clean up not used code in BuildClassObject

V2: Add back "from Common.DataType import *"

1. Remove some import statement that are not used.
2. Remove the Type value in the LibraryClassObject because we don't
actually use it.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
BaseTools/Source/Python/Workspace/BuildClassObject.py