mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 12:35:07 +00:00
zig fmt
This commit is contained in:
parent
7643f89781
commit
ec8aeaa15a
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue