| ... | @@ -1133,8 +1133,6 @@ pub const Target = struct { | ... | @@ -1133,8 +1133,6 @@ pub const Target = struct { |
| 1133 | } | 1133 | } |
| 1134 | }; | 1134 | }; |
| 1135 | | 1135 | |
| 1136 | /// The result will be a byte index *pointing at the final byte*. In other words, length minus one. | | |
| 1137 | /// A return value of `null` means the concept of a dynamic linker is not meaningful for that target. | | |
| 1138 | pub fn standardDynamicLinkerPath(self: Target) DynamicLinker { | 1136 | pub fn standardDynamicLinkerPath(self: Target) DynamicLinker { |
| 1139 | var result: DynamicLinker = .{}; | 1137 | var result: DynamicLinker = .{}; |
| 1140 | const S = struct { | 1138 | const S = struct { |