diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-13 12:38:06 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-15 19:06:39 -0700 |
| commit | 9088d40e838b62c8f8ea0e6e68616b72e7704b27 (patch) | |
| tree | 7434f7064b0f1bd4fada91c3969c65eb5e437265 /src/main.zig | |
| parent | 0170a242bb99e96fcb127e26e1b2fcbe5a19c4ee (diff) | |
| download | zig-9088d40e838b62c8f8ea0e6e68616b72e7704b27.tar.gz zig-9088d40e838b62c8f8ea0e6e68616b72e7704b27.zip | |
stage2: rename zir to Zir
since it now uses top level fields
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index cf0d08c5ed..044c6f0fec 100644 --- a/src/main.zig +++ b/src/main.zig @@ -12,7 +12,6 @@ const warn = std.log.warn; const Compilation = @import("Compilation.zig"); const link = @import("link.zig"); const Package = @import("Package.zig"); -const zir = @import("zir.zig"); const build_options = @import("build_options"); const introspect = @import("introspect.zig"); const LibCInstallation = @import("libc_installation.zig").LibCInstallation; |
