cleanup unused args

This commit is contained in:
satotake 2021-11-08 14:31:34 +00:00 committed by GitHub
parent 878400f95f
commit d0b09e1922
3 changed files with 1 additions and 6 deletions

View file

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