]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: AutoGen.py remove unused import
authorCarsey, Jaben <jaben.carsey@intel.com>
Mon, 27 Aug 2018 22:08:08 +0000 (06:08 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 29 Aug 2018 00:45:29 +0000 (08:45 +0800)
AutoGen does not use anything defined in BuildClassObject

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@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>
BaseTools/Source/Python/AutoGen/AutoGen.py

index eb1b283889672bd455ae0ec8e7d3de8dcdbab5a1..314a321e95c6f02dfaf7846e1cf581a5e255d2d2 100644 (file)
@@ -39,7 +39,6 @@ from Common.StringUtils import *
 import Common.GlobalData as GlobalData\r
 from GenFds.FdfParser import *\r
 from CommonDataClass.CommonClass import SkuInfoClass\r
-from Workspace.BuildClassObject import *\r
 from GenPatchPcdTable.GenPatchPcdTable import parsePcdInfoFromMapFile\r
 import Common.VpdInfoFile as VpdInfoFile\r
 from .GenPcdDb import CreatePcdDatabaseCode\r