| author | |
| committer | |
| log | 13b537d77c07101a9dcb41e0839df1213ca8dd1d |
| tree | 1e54fc9dabbd9f9800f398fc33c85212e2de73f8 |
| parent | aae85a4130ea032a17d6fadf7f3388b4c431a536 |
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 | }; |
| 92 | 92 | ||
| 93 | pub const InitError = std.Thread.CpuCountError || Allocator.Error; | ||
| 94 | |||
| 95 | /// Related: | 93 | /// Related: |
| 96 | /// * `init_single_threaded` | 94 | /// * `init_single_threaded` |
| 97 | pub fn init( | 95 | pub fn init( |