mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove unused args from call
This commit is contained in:
parent
4b0c5fd0c6
commit
84a230a2e5
4 changed files with 13 additions and 18 deletions
|
@ -345,7 +345,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
let inc_fn = backend.get_refcount_fn_index(self.ret_layout, HelperOp::Inc);
|
||||
backend.code_builder.get_local(elem_local);
|
||||
backend.code_builder.i32_const(1);
|
||||
backend.code_builder.call(inc_fn, 2, false);
|
||||
backend.code_builder.call(inc_fn);
|
||||
}
|
||||
}
|
||||
ListReplaceUnsafe => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue