mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
remove bad deinit
This commit is contained in:
parent
4a4fb16c27
commit
55773aee3f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue