]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove the file timestamp checking during parsing
authorBob Feng <bob.c.feng@intel.com>
Thu, 16 Jul 2020 11:22:04 +0000 (19:22 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 21 Jul 2020 04:12:32 +0000 (04:12 +0000)
commitb3ee616e67d3fac426f80a4f3f2d7738c6fef779
tree43ef38606d95ded11db14db6fcbc85f1f4b1bd39
parent210b29fa9907622f9eb56d98bad9ff25018c913f
BaseTools: Remove the file timestamp checking during parsing

During build, the meta files are not changed, so it's no need
to check file timestamp.

This patch is to remove useless logic.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/MetaFileTable.py
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py