mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Remove unused RuntimeErrorFunction variant from roc_mono::ir::Expr
This commit is contained in:
parent
dcb6c543c0
commit
75f13d3f2e
9 changed files with 4 additions and 27 deletions
|
@ -244,8 +244,7 @@ fn specialize_drops_stmt<'a, 'i>(
|
|||
}
|
||||
}
|
||||
Reset { .. } | Expr::ResetRef { .. } => { /* do nothing */ }
|
||||
RuntimeErrorFunction(_)
|
||||
| FunctionPointer { .. }
|
||||
FunctionPointer { .. }
|
||||
| GetTagId { .. }
|
||||
| Alloca { .. }
|
||||
| EmptyArray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue