mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove Reuse
This commit is contained in:
parent
1daf975391
commit
f27cb83a02
11 changed files with 33 additions and 125 deletions
|
@ -231,9 +231,6 @@ fn specialize_drops_stmt<'a, 'i>(
|
|||
alloc_let_with_continuation!(environment)
|
||||
}
|
||||
|
||||
Expr::Reuse { .. } => {
|
||||
alloc_let_with_continuation!(environment)
|
||||
}
|
||||
Expr::Reset { .. } => {
|
||||
// TODO allow to inline this to replace it with resetref
|
||||
alloc_let_with_continuation!(environment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue