mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup unused args
This commit is contained in:
parent
878400f95f
commit
d0b09e1922
3 changed files with 1 additions and 6 deletions
|
@ -867,7 +867,6 @@ pub fn listTakeFirst(
|
|||
alignment: u32,
|
||||
element_width: usize,
|
||||
take_count: usize,
|
||||
dec: Dec,
|
||||
) callconv(.C) RocList {
|
||||
if (list.bytes) |source_ptr| {
|
||||
if (take_count == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue