diff --git a/lib/std/Target/Query.zig b/lib/std/Target/Query.zig index b9d1bbb35f11c597319a737e6c35b7a4038e5a9e..2f6b9fb718b8452065d972395342f453261d09ee 100644 --- a/lib/std/Target/Query.zig +++ b/lib/std/Target/Query.zig @@ -533,9 +533,8 @@ pub fn serializeCpuAlloc(q: Query, ally: Allocator) Allocator.Error![]u8 { return buffer.toOwnedSlice(); } +/// Deprecated; use `zigTriple` instead. Will be removed in 0.18.0. pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 { - // TODO is there anything else worthy of the description that is not - // already captured in the triple? return self.zigTriple(allocator); }