| author | |
| committer | |
| log | 19afd794d08bfbebc57ee1f0cb8ddfb8e5601cdd |
| tree | 03d96d50a7af9d94e9c9cc90d9c0a2a9c1fa24cf |
| parent | e54f286c3b78d1848acf08a7b7390cac659de641 |
1 files changed, 0 insertions(+), 5 deletions(-)
src/link/MachO.zig-5| ... | ... | @@ -788,11 +788,6 @@ pub fn flushModule(self: *MachO, comp: *Compilation, prog_node: *std.Progress.No |
| 788 | 788 | try d_sym.flushModule(self); |
| 789 | 789 | } |
| 790 | 790 | |
| 791 | // if (build_options.enable_link_snapshots) { | |
| 792 | // if (self.base.options.enable_link_snapshots) | |
| 793 | // try self.snapshotState(); | |
| 794 | // } | |
| 795 | ||
| 796 | 791 | if (cache_miss) { |
| 797 | 792 | // Update the file with the digest. If it fails we can continue; it only |
| 798 | 793 | // means that the next invocation will have an unnecessary cache miss. |