mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
cleanup
This commit is contained in:
parent
992575051a
commit
b1fe5659a4
4 changed files with 13 additions and 38 deletions
|
@ -362,7 +362,6 @@ pub fn canonicalize_module_defs<'a>(
|
|||
|
||||
// NOTE this currently builds all functions, not just the ones that the user requested
|
||||
crate::effect_module::build_effect_builtins(
|
||||
&mut env,
|
||||
&mut scope,
|
||||
effect_symbol,
|
||||
var_store,
|
||||
|
@ -417,7 +416,6 @@ pub fn canonicalize_module_defs<'a>(
|
|||
};
|
||||
|
||||
let hosted_def = crate::effect_module::build_host_exposed_def(
|
||||
&mut env,
|
||||
&mut scope,
|
||||
*symbol,
|
||||
&ident,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue