| author | |
| committer | |
| log | 2ee3cc453c4cefa3519f6a6238d4721364d829ae |
| tree | 1b9a4ecf5efec01337a2a4ed094cba55244b5e44 |
| parent | 6f986298c6cc58d2d86e9790b11bad5ce36085ad |
These were missed in d29871977f97b50fe5e3f16cd9c68ebeba02a562.3 files changed, 0 insertions(+), 15 deletions(-)
src/ThreadPool.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const std = @import("std"); |
| 7 | 2 | const builtin = @import("builtin"); |
| 8 | 3 | const ThreadPool = @This(); |
src/WaitGroup.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const std = @import("std"); |
| 7 | 2 | const WaitGroup = @This(); |
| 8 | 3 |
src/translate_c/ast.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2021 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const std = @import("std"); |
| 7 | 2 | const Type = @import("../type.zig").Type; |
| 8 | 3 | const Allocator = std.mem.Allocator; |