From eff54d672b863c46c3df7f7bbc7239dd585e83f8 Mon Sep 17 00:00:00 2001 From: Tapir Date: Fri, 7 Aug 2026 20:33:51 +0200 Subject: [PATCH] docs: Remove the unused native_endian declaration from test_packed_structs.zig (#36425) Co-authored-by: lx Reviewed-on: https://codeberg.org/ziglang/zig/pulls/36425 --- doc/langref/test_packed_structs.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/langref/test_packed_structs.zig b/doc/langref/test_packed_structs.zig index 1fe918eefa23500a409d6228fbe789768de21564..eec2f58b10a10e4f7964a839d0b4b86e7b35da26 100644 --- a/doc/langref/test_packed_structs.zig +++ b/doc/langref/test_packed_structs.zig @@ -1,5 +1,4 @@ const std = @import("std"); -const native_endian = @import("builtin").target.cpu.arch.endian(); const expectEqual = std.testing.expectEqual; const Full = packed struct { -- 2.54.0