| author | |
| committer | |
| log | 10d940d7f4c081f4dd7e15513b972940335b465c |
| tree | fcaae19391e161587d0b95c4b27b38a10f02f92f |
| parent | 9b56c7de79ee5aa4540f5427a37fd8883d1fb4e6 |
Removed Package import as it's not used in file1 files changed, 0 insertions(+), 1 deletions(-)
src/link.zig-1| ... | ... | @@ -17,7 +17,6 @@ const LibCInstallation = @import("libc_installation.zig").LibCInstallation; |
| 17 | 17 | const Liveness = @import("Liveness.zig"); |
| 18 | 18 | const Module = @import("Module.zig"); |
| 19 | 19 | const InternPool = @import("InternPool.zig"); |
| 20 | const Package = @import("Package.zig"); | |
| 21 | 20 | const Type = @import("type.zig").Type; |
| 22 | 21 | const TypedValue = @import("TypedValue.zig"); |
| 23 | 22 |