mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Io.Threaded: remove dead code
This commit is contained in:
parent
aae85a4130
commit
13b537d77c
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ const Closure = struct {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const InitError = std.Thread.CpuCountError || Allocator.Error;
|
|
||||||
|
|
||||||
/// Related:
|
/// Related:
|
||||||
/// * `init_single_threaded`
|
/// * `init_single_threaded`
|
||||||
pub fn init(
|
pub fn init(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue