summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common
diff options
context:
space:
mode:
authorCarsey, Jaben <jaben.carsey@intel.com>2019-01-25 00:14:21 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-01-28 11:44:45 +0800
commitf30e4aed99ae126f767e6c8db1f1fde25161273a (patch)
treec924f9e77e54188f398276dc554c14ad44aab605 /BaseTools/Source/Python/Common
parent3aaacb2daff0f58c067f56b718635ac3a0651cb9 (diff)
downloadedk2-f30e4aed99ae126f767e6c8db1f1fde25161273a.tar.gz
edk2-f30e4aed99ae126f767e6c8db1f1fde25161273a.tar.bz2
edk2-f30e4aed99ae126f767e6c8db1f1fde25161273a.zip
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 <bob.c.feng@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: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common')
-rw-r--r--BaseTools/Source/Python/Common/Misc.py3
1 files changed, 0 insertions, 3 deletions
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]}