diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-12-22 17:29:28 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-12-23 22:15:12 -0800 |
| commit | 187d0a692de2f00e64a446548873f7a12d9ddb4f (patch) | |
| tree | 753349f54dc9b6e3af38557f441665cbc7f0a177 /src/InternPool.zig | |
| parent | 7c1236e267e536379f8b91148117fb0b8e965334 (diff) | |
| download | zig-187d0a692de2f00e64a446548873f7a12d9ddb4f.tar.gz zig-187d0a692de2f00e64a446548873f7a12d9ddb4f.zip | |
compiler: handle cancelation from finishPrelinkQueue
Diffstat (limited to 'src/InternPool.zig')
| -rw-r--r-- | src/InternPool.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig index 3076aa2cf3..69a64cbc45 100644 --- a/src/InternPool.zig +++ b/src/InternPool.zig @@ -11,7 +11,6 @@ const assert = std.debug.assert; const BigIntConst = std.math.big.int.Const; const BigIntMutable = std.math.big.int.Mutable; const Cache = std.Build.Cache; -const Io = std.Io; const Limb = std.math.big.Limb; const Hash = std.hash.Wyhash; const Zir = std.zig.Zir; |
