diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-08-25 07:38:28 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-08-29 11:39:34 +0200 |
| commit | 19afd794d08bfbebc57ee1f0cb8ddfb8e5601cdd (patch) | |
| tree | 03d96d50a7af9d94e9c9cc90d9c0a2a9c1fa24cf /src/link | |
| parent | e54f286c3b78d1848acf08a7b7390cac659de641 (diff) | |
| download | zig-19afd794d08bfbebc57ee1f0cb8ddfb8e5601cdd.tar.gz zig-19afd794d08bfbebc57ee1f0cb8ddfb8e5601cdd.zip | |
macho: remove dead code
Diffstat (limited to 'src/link')
| -rw-r--r-- | src/link/MachO.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/link/MachO.zig b/src/link/MachO.zig index dd301f8281..cee5324ac3 100644 --- a/src/link/MachO.zig +++ b/src/link/MachO.zig @@ -788,11 +788,6 @@ pub fn flushModule(self: *MachO, comp: *Compilation, prog_node: *std.Progress.No try d_sym.flushModule(self); } - // if (build_options.enable_link_snapshots) { - // if (self.base.options.enable_link_snapshots) - // try self.snapshotState(); - // } - if (cache_miss) { // Update the file with the digest. If it fails we can continue; it only // means that the next invocation will have an unnecessary cache miss. |
