diff --git a/lib/std/target.zig b/lib/std/target.zig index 5807ba65efc5d64aaa0aa800e33c4fa54ef3038e..00825105058ab7123005cca13328fa9753cec99e 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -1133,8 +1133,6 @@ pub const Target = struct { } }; - /// The result will be a byte index *pointing at the final byte*. In other words, length minus one. - /// A return value of `null` means the concept of a dynamic linker is not meaningful for that target. pub fn standardDynamicLinkerPath(self: Target) DynamicLinker { var result: DynamicLinker = .{}; const S = struct {