mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove unused field
This commit is contained in:
parent
7fb4b60b21
commit
0f3da32d9d
4 changed files with 0 additions and 14 deletions
|
@ -599,7 +599,6 @@ fn build_exposed_proc<'a, B: Backend<'a>>(backend: &mut B, proc: &Proc<'a>) -> P
|
|||
closure_data_layout: None,
|
||||
ret_layout: proc.ret_layout,
|
||||
is_self_recursive: roc_mono::ir::SelfRecursive::NotSelfRecursive,
|
||||
is_host_exposed: false,
|
||||
is_erased: proc.is_erased,
|
||||
}
|
||||
}
|
||||
|
@ -681,7 +680,6 @@ fn build_exposed_generic_proc<'a, B: Backend<'a>>(backend: &mut B, proc: &Proc<'
|
|||
closure_data_layout: None,
|
||||
ret_layout: roc_mono::layout::Layout::UNIT,
|
||||
is_self_recursive: roc_mono::ir::SelfRecursive::NotSelfRecursive,
|
||||
is_host_exposed: false,
|
||||
is_erased: proc.is_erased,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue