Get rid of unnecessary comment

This commit is contained in:
Ayaz Hafiz 2023-06-16 17:51:47 -05:00
parent 9ecb1bbd73
commit 0403509f64
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2908,8 +2908,6 @@ fn build_return<'a, 'ctx>(
let out_parameter = parameters.last().unwrap();
debug_assert!(out_parameter.is_pointer_value());
// store_roc_value(env, *layout, out_parameter.into_pointer_value(), value);
let destination = out_parameter.into_pointer_value();
if layout_interner.is_passed_by_reference(layout) {
debug_assert!(