]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove redundant binary cache file
authorSteven Shi <steven.shi@intel.com>
Tue, 19 Nov 2019 08:22:08 +0000 (16:22 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Dec 2019 02:07:12 +0000 (02:07 +0000)
commita80032dc44a1071a34f4415a7c5cef5170ee6159
tree25a75eee77b52baf9c8b53b3a994c1a31b61e4a5
parentfc8b8deac2d77524ff8cfe44acf95b5e1f59804e
BaseTools: Remove redundant binary cache file

Redesign the binary cache and not need to save the
cache intermediate result and state in memory as a
ModuleBuildCacheIR class instance. So remove the
CacheIR.py which define the ModuleBuildCacheIR class.

Signed-off-by: Steven Shi <steven.shi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/CacheIR.py [deleted file]