diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-05-20 15:52:28 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-06-10 20:47:53 -0700 |
| commit | 65d65f5dda144d76ea9bbd82b2b5aacb09d7ae34 (patch) | |
| tree | eb3251a2baa0521f5c924432cb4f907acab64b29 /src/Compilation.zig | |
| parent | dfb3521160eb4397b7482de68796d370230a8d11 (diff) | |
| download | zig-65d65f5dda144d76ea9bbd82b2b5aacb09d7ae34.tar.gz zig-65d65f5dda144d76ea9bbd82b2b5aacb09d7ae34.zip | |
Module: remove tmp_hack_arena
This was only needed when pointers were not fully migrated to InternPool
yet.
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 6291ce78d4..43b16241fc 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -1316,7 +1316,6 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation { .local_zir_cache = local_zir_cache, .emit_h = emit_h, .error_name_list = .{}, - .tmp_hack_arena = std.heap.ArenaAllocator.init(gpa), }; try module.init(); |
