authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-11-21 09:08:52-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-11-21 19:54:41-08:00
log13b537d77c07101a9dcb41e0839df1213ca8dd1d
tree1e54fc9dabbd9f9800f398fc33c85212e2de73f8
parentaae85a4130ea032a17d6fadf7f3388b4c431a536

std.Io.Threaded: remove dead code


1 files changed, 0 insertions(+), 2 deletions(-)

lib/std/Io/Threaded.zig-2
...@@ -90,8 +90,6 @@ const Closure = struct {...@@ -90,8 +90,6 @@ const Closure = struct {
90 }90 }
91};91};
9292
93pub const InitError = std.Thread.CpuCountError || Allocator.Error;
94
95/// Related:93/// Related:
96/// * `init_single_threaded`94/// * `init_single_threaded`
97pub fn init(95pub fn init(