From f30e4aed99ae126f767e6c8db1f1fde25161273a Mon Sep 17 00:00:00 2001 From: "Carsey, Jaben" Date: Fri, 25 Jan 2019 00:14:21 +0800 Subject: BaseTools/build/build: delete variable delete the shared global variable from Common.Misc delete the uncalled users of the variable from build.build Cc: Bob Feng Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey Reviewed-by: Bob Feng --- BaseTools/Source/Python/Common/Misc.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'BaseTools/Source/Python/Common/Misc.py') diff --git a/BaseTools/Source/Python/Common/Misc.py b/BaseTools/Source/Python/Common/Misc.py index e8be8f8665..0b4dd7a7c1 100644 --- a/BaseTools/Source/Python/Common/Misc.py +++ b/BaseTools/Source/Python/Common/Misc.py @@ -54,9 +54,6 @@ secReGeneral = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\da-fA-F]+)[Hh]? +([. StructPattern = re.compile(r'[_a-zA-Z][0-9A-Za-z_]*$') -## Dictionary used to store file time stamp for quick re-access -gFileTimeStampCache = {} # {file path : file time stamp} - ## Dictionary used to store dependencies of files gDependencyDatabase = {} # arch : {file path : [dependent files list]} -- cgit v1.2.3