| author | |
| committer | |
| log | 55773aee3fd047e8294b1994e7a2da0e3907c2c1 |
| tree | cce78d19c856672dfc5eb3ac9b51da4b71006740 |
| parent | 4a4fb16c27788e02ded1a99787aabefb1bba91b8 |
1 files changed, 0 insertions(+), 1 deletions(-)
src/arch/wasm/CodeGen.zig-1| ... | ... | @@ -711,7 +711,6 @@ pub fn deinit(cg: *CodeGen) void { |
| 711 | 711 | cg.branches.deinit(gpa); |
| 712 | 712 | cg.blocks.deinit(gpa); |
| 713 | 713 | cg.loops.deinit(gpa); |
| 714 | cg.locals.deinit(gpa); | |
| 715 | 714 | cg.simd_immediates.deinit(gpa); |
| 716 | 715 | cg.free_locals_i32.deinit(gpa); |
| 717 | 716 | cg.free_locals_i64.deinit(gpa); |