mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Synchronize walkBackwards with walk
This commit is contained in:
parent
dd432c1725
commit
04aa9f4faa
1 changed files with 0 additions and 3 deletions
|
@ -531,9 +531,6 @@ pub fn listWalkBackwards(list: RocList, stepper: Opaque, stepper_caller: Caller2
|
|||
b2 = b1;
|
||||
b1 = temp;
|
||||
}
|
||||
|
||||
const data_bytes = list.len() * element_width;
|
||||
utils.decref(std.heap.c_allocator, alignment, list.bytes, data_bytes);
|
||||
}
|
||||
|
||||
@memcpy(output orelse unreachable, b2, accum_width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue