diff --git a/lib/std/c/openbsd.zig b/lib/std/c/openbsd.zig index 4b02517bef..af868ea715 100644 --- a/lib/std/c/openbsd.zig +++ b/lib/std/c/openbsd.zig @@ -894,11 +894,6 @@ comptime { std.debug.assert(@sizeOf(siginfo_t) == 136); } -pub usingnamespace switch (builtin.cpu.arch) { - .x86_64 => struct {}, - else => struct {}, -}; - pub const ucontext_t = switch (builtin.cpu.arch) { .x86_64 => extern struct { sc_rdi: c_long,