mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.Target.standardDynamicLinkerPath: delete bad doc comment
This commit is contained in:
parent
7617610400
commit
7e6b68a534
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user