remove bad deinit

This commit is contained in:
Andrew Kelley 2024-12-15 12:49:14 -08:00
parent 4a4fb16c27
commit 55773aee3f

View File

@ -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);