| ... | @@ -788,11 +788,6 @@ pub fn flushModule(self: *MachO, comp: *Compilation, prog_node: *std.Progress.No | ... | @@ -788,11 +788,6 @@ pub fn flushModule(self: *MachO, comp: *Compilation, prog_node: *std.Progress.No |
| 788 | try d_sym.flushModule(self); | 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 | if (cache_miss) { | 791 | if (cache_miss) { |
| 797 | // Update the file with the digest. If it fails we can continue; it only | 792 | // Update the file with the digest. If it fails we can continue; it only |
| 798 | // means that the next invocation will have an unnecessary cache miss. | 793 | // means that the next invocation will have an unnecessary cache miss. |