aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/InternPool.zig')
-rw-r--r--src/InternPool.zig1
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;