mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove unneeded todo
This commit is contained in:
parent
d2a57112fd
commit
9c614540a4
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ pub fn desugar_expr<'a>(arena: &'a Bump, loc_expr: &'a Loc<Expr<'a>>) -> &'a Loc
|
|||
let args = std::slice::from_ref(arena.alloc(apply));
|
||||
|
||||
apply = arena.alloc(Loc {
|
||||
// Agus TODO: new CalledVia?
|
||||
value: Apply(desugared_expr, args, *called_via),
|
||||
region: loc_expr.region,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue