mirror of
https://github.com/ziglang/zig.git
synced 2026-02-03 21:23:36 +00:00
remove bad deinit
This commit is contained in:
parent
4a4fb16c27
commit
55773aee3f
@ -711,7 +711,6 @@ pub fn deinit(cg: *CodeGen) void {
|
||||
cg.branches.deinit(gpa);
|
||||
cg.blocks.deinit(gpa);
|
||||
cg.loops.deinit(gpa);
|
||||
cg.locals.deinit(gpa);
|
||||
cg.simd_immediates.deinit(gpa);
|
||||
cg.free_locals_i32.deinit(gpa);
|
||||
cg.free_locals_i64.deinit(gpa);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user