Skip to content

Commit 7e6b68a

Browse files
committed
std.Target.standardDynamicLinkerPath: delete bad doc comment
1 parent 7617610 commit 7e6b68a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/std/target.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,6 @@ pub const Target = struct {
11331133
}
11341134
};
11351135

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.
11381136
pub fn standardDynamicLinkerPath(self: Target) DynamicLinker {
11391137
var result: DynamicLinker = .{};
11401138
const S = struct {

0 commit comments

Comments
 (0)