This commit is contained in:
Folkert 2021-08-18 15:14:46 +02:00
parent 9c27535cee
commit 73358b98bd
2 changed files with 1 additions and 17 deletions

View file

@ -3618,9 +3618,6 @@ pub fn build_closure_caller<'a, 'ctx, 'env>(
lambda_set: LambdaSet<'a>,
result: &Layout<'a>,
) {
let context = &env.context;
let builder = env.builder;
let mut argument_types = Vec::with_capacity_in(arguments.len() + 3, env.arena);
for layout in arguments {