mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Remove unused procs argument
This commit is contained in:
parent
c49abfe2de
commit
8572879e0d
5 changed files with 37 additions and 51 deletions
|
@ -1399,7 +1399,7 @@ fn call_by_name<'a>(
|
|||
layout_cache,
|
||||
) {
|
||||
Ok(proc) => {
|
||||
procs.insert_specialization(proc_name, layout, proc);
|
||||
procs.insert_specialization(proc_name, layout.clone(), proc);
|
||||
}
|
||||
Err(()) => {
|
||||
procs.runtime_errors.insert(proc_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue