mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +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
|
@ -209,7 +209,6 @@ impl<'a> LastSeenMap<'a> {
|
|||
self.set_last_seen(*initializer, stmt);
|
||||
}
|
||||
}
|
||||
Expr::RuntimeErrorFunction(_) => {}
|
||||
Expr::FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
Expr::EmptyArray => {}
|
||||
}
|
||||
|
@ -1003,7 +1002,6 @@ trait Backend<'a> {
|
|||
} => {
|
||||
self.build_alloca(*sym, *initializer, *element_layout);
|
||||
}
|
||||
Expr::RuntimeErrorFunction(_) => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue