Remove unused collect_parameter_slots
This function was no longer being called and was removed as part of a refactoring.
This commit is contained in:
@@ -581,7 +581,6 @@ impl Optimizer {
|
||||
}
|
||||
|
||||
let params_opt = self.visit_node(params.clone(), &mut next_inner_subs, path);
|
||||
inliner.collect_parameter_slots(¶ms_opt, &mut next_inner_subs);
|
||||
|
||||
let body_opt = self.visit_node(body.clone(), &mut next_inner_subs, path);
|
||||
let reindexed_body = if new_upvalues.len() != upvalues.len() {
|
||||
|
||||
Reference in New Issue
Block a user