mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Remove alignment parameter
This commit is contained in:
parent
dfe3f045bd
commit
87894578cf
2 changed files with 0 additions and 2 deletions
|
@ -911,7 +911,6 @@ pub fn list_any<'a, 'ctx, 'env>(
|
|||
pass_as_opaque(env, roc_function_call.data),
|
||||
roc_function_call.inc_n_data.into(),
|
||||
roc_function_call.data_is_owned.into(),
|
||||
env.alignment_intvalue(element_layout),
|
||||
layout_width(env, element_layout),
|
||||
],
|
||||
bitcode::LIST_ANY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue