| author | |
| committer | |
| log | ef14d8ad3f5815f8edf0eeb6cf3736cb6fded70a |
| tree | adc845b17f543092264604f122f45a03e56ddc31 |
| parent | ea2032fa0f40c34e73fa75805698dd16d4494f4f |
| signature |
This just delegates to zigTriple() and has no clear reason for existing. It also
isn't used anywhere in the codebase.1 files changed, 1 insertions(+), 2 deletions(-)
lib/std/Target/Query.zig+1-2| ... | ... | @@ -533,9 +533,8 @@ pub fn serializeCpuAlloc(q: Query, ally: Allocator) Allocator.Error![]u8 { |
| 533 | 533 | return buffer.toOwnedSlice(); |
| 534 | 534 | } |
| 535 | 535 | |
| 536 | /// Deprecated; use `zigTriple` instead. Will be removed in 0.18.0. | |
| 536 | 537 | pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 { |
| 537 | // TODO is there anything else worthy of the description that is not | |
| 538 | // already captured in the triple? | |
| 539 | 538 | return self.zigTriple(allocator); |
| 540 | 539 | } |
| 541 | 540 |