This commit is contained in:
Brendan Hansknecht 2025-01-10 20:39:38 -08:00
parent 7643f89781
commit ec8aeaa15a
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

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