Avoid reversing parameter types iter.

This commit is contained in:
Sergey Pepyakin 2018-02-05 20:59:18 +03:00
parent cc4e663585
commit 9b5282f2f9
1 changed files with 0 additions and 1 deletions

View File

@ -1204,7 +1204,6 @@ fn prepare_function_args(
.params() .params()
.iter() .iter()
.cloned() .cloned()
.rev()
.map(|_| caller_stack.pop()) .map(|_| caller_stack.pop())
.collect::<Vec<RuntimeValue>>(); .collect::<Vec<RuntimeValue>>();
args.reverse(); args.reverse();