authorgravatar for zach@raineri.softwareZachary Raineri <zach@raineri.software> 2023-07-24 13:22:38-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-24 18:48:01-07:00
log10d940d7f4c081f4dd7e15513b972940335b465c
treefcaae19391e161587d0b95c4b27b38a10f02f92f
parent9b56c7de79ee5aa4540f5427a37fd8883d1fb4e6

src.link | Remove unused import

Removed Package import as it's not used in file

1 files changed, 0 insertions(+), 1 deletions(-)

src/link.zig-1
......@@ -17,7 +17,6 @@ const LibCInstallation = @import("libc_installation.zig").LibCInstallation;
1717const Liveness = @import("Liveness.zig");
1818const Module = @import("Module.zig");
1919const InternPool = @import("InternPool.zig");
20const Package = @import("Package.zig");
2120const Type = @import("type.zig").Type;
2221const TypedValue = @import("TypedValue.zig");
2322