mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
remove Jump/Label from mono::Expr
This commit is contained in:
parent
958f3f9ad4
commit
39fb78b2d5
3 changed files with 10 additions and 9 deletions
|
@ -201,9 +201,6 @@ pub enum Expr<'a> {
|
|||
elems: &'a [Expr<'a>],
|
||||
},
|
||||
|
||||
Label(u64, &'a Expr<'a>),
|
||||
Jump(u64),
|
||||
|
||||
RuntimeError(&'a str),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue