| author | |
| committer | |
| log | 77a4c4bbcfc412bda8c0e17729a7f10ae7483636 |
| tree | b90fbf0c8a93c8a8def2cd0ca4a1ef27c9046052 |
| parent | ba5420896d67f8e09d96e37a30477d7b091e015e |
1 files changed, 0 insertions(+), 5 deletions(-)
src/Compilation.zig-5| ... | ... | @@ -3209,11 +3209,6 @@ pub fn update(comp: *Compilation, main_progress_node: std.Progress.Node) UpdateE |
| 3209 | 3209 | // cache manifest must not be written. |
| 3210 | 3210 | if (anyErrors(comp)) return; |
| 3211 | 3211 | |
| 3212 | if (comp.bin_file) |lf| { | |
| 3213 | lf.destroy(); | |
| 3214 | comp.bin_file = null; | |
| 3215 | } | |
| 3216 | ||
| 3217 | 3212 | // Failure here only means an unnecessary cache miss. |
| 3218 | 3213 | man.writeManifest() catch |err| log.warn("failed to write cache manifest: {t}", .{err}); |
| 3219 | 3214 |