From 13b537d77c07101a9dcb41e0839df1213ca8dd1d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 21 Nov 2025 09:08:52 -0800 Subject: [PATCH] std.Io.Threaded: remove dead code --- lib/std/Io/Threaded.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/std/Io/Threaded.zig b/lib/std/Io/Threaded.zig index 03fcc902d9..6ceaee4505 100644 --- a/lib/std/Io/Threaded.zig +++ b/lib/std/Io/Threaded.zig @@ -90,8 +90,6 @@ const Closure = struct { } }; -pub const InitError = std.Thread.CpuCountError || Allocator.Error; - /// Related: /// * `init_single_threaded` pub fn init(