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 03fcc902d912e65344f9863debfc852260194003..6ceaee45056fbe3b1373343f1714220a765c3020 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( -- 2.54.0