BaseTools: Move variable out of Global
Move single use list from GlobalData (gTempInfs) into the file that uses it as _TempInfs 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:
committed by
Yonghong Zhu
parent
975478f6bb
commit
2b5c643ae8
@ -93,13 +93,6 @@ gIgnoreSource = False
|
||||
#
|
||||
gFdfParser = None
|
||||
|
||||
#
|
||||
# If a module is built more than once with different PCDs or library classes
|
||||
# a temporary INF file with same content is created, the temporary file is removed
|
||||
# when build exits.
|
||||
#
|
||||
gTempInfs = []
|
||||
|
||||
BuildOptionPcd = []
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user