diff options
| author | Zachary Raineri <zach@raineri.software> | 2023-08-06 14:18:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-06 15:18:50 -0400 |
| commit | 49244dc0ca68d4b1282b7b26b52e750a4892fce2 (patch) | |
| tree | c80cb3b99529c3a9f98074434be1985d41a98019 /src/value.zig | |
| parent | 373e48c9831c44f15c3209a92779a87348f690fd (diff) | |
| download | zig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.tar.gz zig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.zip | |
std: remove some unused imports (#16710)
Diffstat (limited to 'src/value.zig')
| -rw-r--r-- | src/value.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.zig b/src/value.zig index 3efb107322..6488f98e43 100644 --- a/src/value.zig +++ b/src/value.zig @@ -8,7 +8,6 @@ const BigIntMutable = std.math.big.int.Mutable; const Target = std.Target; const Allocator = std.mem.Allocator; const Module = @import("Module.zig"); -const Air = @import("Air.zig"); const TypedValue = @import("TypedValue.zig"); const Sema = @import("Sema.zig"); const InternPool = @import("InternPool.zig"); |
