Remove unused procs argument

This commit is contained in:
Richard Feldman 2020-05-09 22:37:00 -04:00
parent c49abfe2de
commit 8572879e0d
5 changed files with 37 additions and 51 deletions

View file

@ -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);