mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
cleanup
This commit is contained in:
parent
82ad0001b6
commit
b70eb3c636
1 changed files with 1 additions and 2 deletions
|
@ -1498,8 +1498,7 @@ fn specialize_external<'a>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO host exposed thngs
|
// determine the layout of aliases/rigids exposed to the host
|
||||||
// host_exposed_variables: &[(Symbol, Variable)],
|
|
||||||
let host_exposed_layouts = if host_exposed_variables.is_empty() {
|
let host_exposed_layouts = if host_exposed_variables.is_empty() {
|
||||||
HostExposedLayouts::NotHostExposed
|
HostExposedLayouts::NotHostExposed
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue