mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Get rid of unnecessary comment
This commit is contained in:
parent
9ecb1bbd73
commit
0403509f64
1 changed files with 0 additions and 2 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue