Skip to content

Commit

Permalink
zig fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Jan 11, 2025
1 parent 7643f89 commit ec8aeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/compiler/builtins/bitcode/src/utils.zig
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ inline fn decref_ptr_to_refcount(
switch (RC_TYPE) {
.normal => {
if (DEBUG_INCDEC and builtin.target.cpu.arch != .wasm32) {

const old = @as(usize, @bitCast(refcount));
const new = @as(usize, @bitCast(refcount_ptr[0] -% 1));

Expand Down

0 comments on commit ec8aeaa

Please sign in to comment.