Skip to content

Commit

Permalink
std.Target.standardDynamicLinkerPath: delete bad doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Feb 29, 2020
1 parent 7617610 commit 7e6b68a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/std/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e6b68a

Please sign in to comment.