| author | |
| committer | |
| log | 7e6b68a534f840d2d08770a5a77896707271e8ea |
| tree | bafa5da4536bcf5adcf516f07f794189f2b413a2 |
| parent | 76176104001420ea04840f9b31e706289e4ebf11 |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/target.zig-2| ... | ... | @@ -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 | 1136 | pub fn standardDynamicLinkerPath(self: Target) DynamicLinker { |
| 1139 | 1137 | var result: DynamicLinker = .{}; |
| 1140 | 1138 | const S = struct { |