mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
remove unused field
This commit is contained in:
parent
7fb4b60b21
commit
0f3da32d9d
4 changed files with 0 additions and 14 deletions
|
@ -802,7 +802,6 @@ impl<'a> TrmcEnv<'a> {
|
|||
closure_data_layout: proc.closure_data_layout,
|
||||
ret_layout: proc.ret_layout,
|
||||
is_self_recursive: SelfRecursive::NotSelfRecursive,
|
||||
is_host_exposed: proc.is_host_exposed,
|
||||
is_erased: proc.is_erased,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue